diff --git a/History.md b/History.md index de5b3ea..361d1f4 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +- 0.6.0 2014-06-15 + Adding caching.keys() function (issue #6) + Updating examples/redis_example/example.js with cache.keys() usage + Allow calling memory store get() without callback + - 0.5.0 2014-05-02 Adding reset() function to caching.js. Closes #5. diff --git a/package.json b/package.json index fdd8622..b257e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-manager", - "version": "0.5.0", + "version": "0.6.0", "description": "Cache module for Node.js", "main": "index.js", "scripts": {