diff --git a/CHANGELOG.md b/CHANGELOG.md index d01a72f1a..f13a3febb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Dynamoose ChangeLog +## Version 1.4.0 + +This version adds some more options to the model and schema options objects. + +Please comment or [contact me](https://charlie.fish/contact) if you have any questions about this release. + +### General + +- **[errorUnknown](https://github.com/dynamoosejs/dynamoose/pull/531)** #531 +- **[defaultReturnValues](https://github.com/dynamoosejs/dynamoose/pull/533)** #533 + +--- + ## Version 1.3.1 Just a simple bug fix release! @@ -20,7 +33,7 @@ Please comment or [contact me](https://charlie.fish/contact) if you have any que ### Other -- **[Add error when not missing hash key for Model.get](https://github.com/dynamoosejs/dynamoose/pull/524)** #524 +- **[Add error when not missing hash key for Model.get](https://github.com/dynamoosejs/dynamoose/pull/524)** #524 --- diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 321008d41..c356b82df 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "dynamoose", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a4b3e97bd..7bd49af31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dynamoose", - "version": "1.3.1", + "version": "1.4.0", "description": "Dynamoose is a modeling tool for Amazon's DynamoDB (inspired by Mongoose)", "typings": "./dynamoose.d.ts", "homepage": "https://github.com/dynamoosejs/dynamoose",