From 636916756b7c79ecd735b33817f033c897c2df72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bou=C3=A7as?= Date: Mon, 23 Sep 2019 09:57:58 +0100 Subject: [PATCH] chore: version 4.0.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f2887b..e3a39328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## [4.0.0] - 2019-09-23 + +### Changed + +- [#514](https://github.com/dadi/cdn/pull/514): remove support for legacy path-based URL syntax + ## [3.6.2] - 2019-08-23 ### Fixed diff --git a/package.json b/package.json index 95036f85..a86dd089 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dadi/cdn", - "version": "4.0.0-rc1", + "version": "4.0.0", "product": "DADI CDN", "description": "A high performance, just-in-time asset manipulation and delivery layer designed as a modern content distribution solution.", "scripts": {