diff --git a/CHANGES.md b/CHANGES.md index 96b9986..f009e50 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,29 @@ +2017-07-10, Version 5.0.0 +========================= + + * Add DECIMAL to Number prop type (Tetsuo Seto) + + * Fix fk docs to avoid constraint errors (ssh24) + + * Document GeoPoint migration (biniam) + + * Honor user specified datatype on PKs (ssh24) + + * Require init on mocha args (ssh24) + + * Add docs on FK integrity (ssh24) + + * Create database on the docker script (ssh24) + + * Handle null vals properly (biniam) + + * Allow case sensitive regex operation (ssh24) + + * switch long and lat for geopoint type (biniam) + + * discovery.test: fix discoverModels tests (Kevin Delisle) + + 2017-06-01, Version 4.1.1 ========================= diff --git a/package.json b/package.json index 61caaaf..404e501 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-mysql", - "version": "4.1.1", + "version": "5.0.0", "description": "MySQL connector for loopback-datasource-juggler", "engines": { "node": ">=4"