diff --git a/README.md b/README.md index 78a582f..52f3803 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,12 @@ If you want to debug a test you should use `gulp test-without-coverage` to run a ## Change History +- v0.3.0 (2016-04-03) + - Optimized timer usage to use no timer when cache is empty + *(Thanks to @blai for his tip in [issue #1](https://github.com/analog-nico/two-buckets-memcache/issues/1))* + - Fix: `.set(...)` now throws an `Error` when called after `.destroy()` + - Added error messages + - Added node v5 to CI build - v0.2.0 (2015-10-17) - Added `cache.remove(key)` - v0.1.0 (2015-10-16) diff --git a/package.json b/package.json index 02e1ada..c854860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "two-buckets-memcache", - "version": "0.2.0", + "version": "0.3.0", "description": "Memcache that trades a simplified expiry strategy for a super low resource consumption", "keywords": [ "memcache",