diff --git a/CHANGES.md b/CHANGES.md index a0ae38a..96b9986 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,27 @@ +2017-06-01, Version 4.1.1 +========================= + + * Add http status code translations for errors (Kevin Delisle) + + * Allow explicit data types (ssh24) + + * Revert "switch long and lat for geopoint type" (biniam) + + * switch long and lat for geopoint type (biniam) + + * Escape index names (#280) (Sakib Hasan) + + * Fix docker setup (#279) (Sakib Hasan) + + * Add docker setup (#278) (Sakib Hasan) + + * Adding support for fractional seconds. (Joost de Bruijn) + + * fix compare of foreign keys for autoupdate (#272) (Sergey Nosenko) + + * Update README.md (Antoine LA) + + 2017-05-02, Version 4.1.0 ========================= diff --git a/package.json b/package.json index 27c6a38..a5f187e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-mysql", - "version": "4.1.0", + "version": "4.1.1", "description": "MySQL connector for loopback-datasource-juggler", "engines": { "node": ">=4"