diff --git a/CHANGELOG.md b/CHANGELOG.md index c44fda2..2bc6943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [1.1.0] - 2017-02-15 ### Added * Upsert API @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.0.0] - 2017-02-13 * Initial Release +[1.1.0]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.1.0 [1.0.2]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.0.2 [1.0.1]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.0.1 [1.0.0]: https://github.com/koopjs/koop-cache-memory/releases/tag/v1.0.0 diff --git a/package.json b/package.json index 73ed951..df018b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "koop-cache-memory", - "version": "1.0.2", + "version": "1.1.0", "description": "An in-memory cache for KOop", "main": "dist/index.js", "scripts": {