diff --git a/CHANGELOG.md b/CHANGELOG.md index da37bde..5a3981f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v3.0.0 (2021-06-08) + +#### :boom: Breaking Change +* [#119](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/119) Update node version to 12 or higher ([@lukemelia](https://github.com/lukemelia)) + +#### :bug: Bug Fix +* [#113](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/113) Allow rediss:// style urls for TLS support ([@wongpeiyi](https://github.com/wongpeiyi)) + +#### :house: Internal +* [#116](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/116) Update dependencies ([@lukemelia](https://github.com/lukemelia)) + +#### Committers: 2 +- Luke Melia ([@lukemelia](https://github.com/lukemelia)) +- Wong Pei Yi ([@wongpeiyi](https://github.com/wongpeiyi)) + ### Changelog All notable changes to this project will be documented in this file. Dates are displayed in UTC. diff --git a/package.json b/package.json index da82e15..b17da76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-cli-deploy-redis", - "version": "2.0.0", + "version": "3.0.0", "description": "Ember CLI Deploy plugin to deploy file(s) into redis.", "directories": { "doc": "doc",