diff --git a/CHANGES.md b/CHANGES.md index cf599d6..bae6356 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +2017-03-06, Version 4.0.0 +========================= + + * Update deps and fix styles (Raymond Feng) + + * Add checkFieldAndIndex (#87) (Janny) + + * Refactor SQL migration methods (ssh24) + + * Fix replaceById for Oracle (Loay Gewily) + + * Refactor SQL discovery methods (Loay) + + * Fix replaceById unfound id bug (Loay Gewily) + + 2016-12-21, Version 3.0.0 ========================= diff --git a/package.json b/package.json index 1c08ba5..68fac32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector", - "version": "4.0.0-alpha.1", + "version": "4.0.0", "description": "Building blocks for LoopBack connectors", "engines": { "node": ">=4"