diff --git a/CHANGELOG.md b/CHANGELOG.md index 5247fba7..a8aa2b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +- 2017-11-15 - v4.1.1 +- 2017-11-15 - Downgrade Joi to a version supported by Node.js v6. +- 2017-11-15 - Force `engine-strict=true` when running npm. - 2017-11-14 - v4.1.0 - 2017-11-14 - New configuration option to disable automatic id generation. - 2017-11-14 - Update GraphQL dependencies to latest versions. diff --git a/package.json b/package.json index 164f0126..b803df23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsonapi-server", - "version": "4.1.0", + "version": "4.1.1", "description": "A config driven NodeJS framework implementing json:api", "keywords": [ "jsonapi",