diff --git a/History.md b/History.md index 1e1dab4..3099ad9 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +- 0.18.0 2015-02-12 + - Minor changes and refactorings including: + - converting to camelcase + - hiding queues inside CallbackFiller + - general example updates + - updated redis example to use latest redis npm + - not trying to pass ttl into cache.set() in getAndPassUp() (this didn't + work anyway) + - 0.17.0 2015-02-05 - Add Additional Options Parameter (#20) - @seanzx85 - Fixing bug with nested calls to wrap() (#21) diff --git a/package.json b/package.json index cc91086..9cdbf11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.17.0", + "version": "0.18.0", "description": "Cache module for Node.js", "main": "index.js", "scripts": {