diff --git a/CHANGES.md b/CHANGES.md index f009e50..8198617 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +2017-08-21, Version 5.1.0 +========================= + + * Create Issue and PR Templates (#322) (Sakib Hasan) + + * Use MySQL DEFAULT Clause/Constant (#319) (Eric Dowell) + + * Remove unnecessary line causing validation fail (ssh24) + + * isNewInstance undefined for after save hook (biniam) + + * Add datatype flags to README (biniam) + + * upgrade eslint deps (biniam) + + * Add CODEOWNER file (Diana Lau) + + 2017-07-10, Version 5.0.0 ========================= diff --git a/package.json b/package.json index abd7cf4..0722a4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-mysql", - "version": "5.0.0", + "version": "5.1.0", "description": "MySQL connector for loopback-datasource-juggler", "engines": { "node": ">=4"