diff --git a/CHANGES.md b/CHANGES.md index cc5e39a..21e6c7e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +2017-10-17, Version 4.4.0 +========================= + + * update depdencies (Diana Lau) + + * package: use loopback-datasource-juggler@3.12 (Kevin Delisle) + + 2017-09-01, Version 4.3.0 ========================= diff --git a/package.json b/package.json index 6f56b98..526ce04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "4.3.0", + "version": "4.4.0", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=4"