Skip to content

Commit ac68204

Browse files
committed
v3.0.0
1 parent 2a18761 commit ac68204

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## v3.0.0 (2021-06-08)
2+
3+
#### :boom: Breaking Change
4+
* [#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))
5+
6+
#### :bug: Bug Fix
7+
* [#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))
8+
9+
#### :house: Internal
10+
* [#116](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/116) Update dependencies ([@lukemelia](https://github.com/lukemelia))
11+
12+
#### Committers: 2
13+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
14+
- Wong Pei Yi ([@wongpeiyi](https://github.com/wongpeiyi))
15+
116
### Changelog
217

318
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-redis",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Ember CLI Deploy plugin to deploy file(s) into redis.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)