Skip to content

Commit 78cefbb

Browse files
committed
Released v0.4.1
1 parent 6f23ca4 commit 78cefbb

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
1-
## [0.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/0.4.0) (2016-05-12)
2-
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v0.3.0...0.3.0)
1+
## [0.4.1](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v0.4.1) (2016-07-25)
2+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v0.4.0...0.4.1)
3+
4+
- Use 'activationSuffix' in fetchRevision hooks [#61](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/61) [@zzarcon](https://github.com/zzarcon)
5+
6+
## [0.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v0.4.0) (2016-05-12)
7+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v0.3.0...0.4.0)
38

49
- Strip Heroku-style usernames from config url [#58](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/58) [@acorncom](https://github.com/acorncom)
510

6-
## [0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/0.3.0) (2016-04-01)
11+
## [0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v0.3.0) (2016-04-01)
712
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v0.2.0...0.3.0)
813

914
This version adds support for caching the revision data which is collected by the new versions (>= 0.2.0) of the revision-data plugin and displayed by new versions (>= 0.2.0) of the display-revisions plugin.
1015

1116
- add support for caching revision data [\#56](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/56) ([ghedamat](https://github.com/ghedamat))
1217

13-
## [0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/0.2.0) (2016-02-06)
18+
## [0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v0.2.0) (2016-02-06)
1419
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v0.1.1...0.2.0)
1520

1621
- add fetchInitialRevisions [\#50](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/50) ([ghedamat](https://github.com/ghedamat))

package.json

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

0 commit comments

Comments
 (0)