diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee49ee..c5ca049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +- 2017-09-23 - v2.0.0 +- 2017-09-23 - Bump all dependencies +- 2017-09-23 - Support Node.js 8. +- 2017-09-23 - Only Node.js >= 4.5 is now supported. +- 2017-09-23 - Support latest `jsonapi-server`. +- 2017-09-23 - Prevent crash when `attributeConfig` is `null` or `undefined` - 2016-12-09 - v1.5.1 - 2016-12-09 - Bump all dependencies - 2016-06-25 - v1.5.0 diff --git a/package.json b/package.json index 5321933..e4da6ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonapi-store-mongodb", - "version": "1.5.2", + "version": "2.0.0", "description": "MongoDB data store for jsonapi-server.", "main": "lib/mongoHandler.js", "repository": {