Skip to content

Commit

Permalink
Released v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Apr 1, 2016
1 parent 6f693e6 commit 7eb606b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/0.3.0) (2016-04-01)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v0.2.0...0.3.0)

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.

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

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

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": "0.2.0",
"version": "0.3.0",
"description": "Ember CLI Deploy plugin to deploy file(s) into redis.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 7eb606b

Please sign in to comment.