From 77b0a418a22d271fe81ac9e5d2cad38fa82b4665 Mon Sep 17 00:00:00 2001 From: James Lambie Date: Thu, 15 Nov 2018 17:26:30 +0000 Subject: [PATCH] chore: version 3.4.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0bacdb..2bb6b73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.4.2] - 2018-11-15 + +### Changed + +* Remove defaults for authentication and token signing credentials, requires user to set them explicitly +* Accept full configuration block at internal mgmt endpoints + ## [3.4.0] - 2018-11-09 ### Added diff --git a/package.json b/package.json index 4f9aa6b3..3042ed4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dadi/cdn", - "version": "3.4.1", + "version": "3.4.2", "product": "DADI CDN", "description": "A high performance, just-in-time asset manipulation and delivery layer designed as a modern content distribution solution.", "scripts": {