diff --git a/CHANGES.md b/CHANGES.md index badc0ad..e194efd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2020-04-27, Version 4.11.0 +========================== + + * chore: update dependencies (Raymond Feng) + + * push column/idcolumn to connector level and renam (Agnes Lin) + + * fix: run migrations in series (Michael DePetrillo) + + 2020-03-04, Version 4.10.2 ========================== diff --git a/package.json b/package.json index ef0fcd7..6f63799 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "4.10.2", + "version": "4.11.0", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=8.9"