From dbfac169104f4995ef7b707b55370995686dafec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Wed, 15 May 2019 15:58:22 +0100 Subject: [PATCH] chore: version 3.6.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f4fd9a..e80465e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## [3.6.0] - 2019-05-15 + +### Changed + +* [#505](https://github.com/dadi/cdn/pull/505): serve original image untransformed when no manipulation parameters are defined + ## [3.5.0] - 2019-02-28 ### Changed diff --git a/package.json b/package.json index 41108151..38464a2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dadi/cdn", - "version": "3.5.0", + "version": "3.6.0", "product": "DADI CDN", "description": "A high performance, just-in-time asset manipulation and delivery layer designed as a modern content distribution solution.", "scripts": {