Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Jun 8, 2021
1 parent 2a18761 commit ac68204
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ac68204

Please sign in to comment.