diff --git a/CHANGES.md b/CHANGES.md index 50a2e58..4dfdf3e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,19 @@ +2016-06-21, Version 2.3.0 +========================= + + * Add function connect (juehou) + + * insert/update copyright notices (Ryan Graham) + + * relicense as MIT only (Ryan Graham) + + * Override other settings if url provided (juehou) + + * Add `connectorCapabilities ` (Amir Jafarian) + + * Implement ReplaceOrCreate (Amir Jafarian) + + 2016-02-19, Version 2.2.1 ========================= diff --git a/package.json b/package.json index 4116110..b4374d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-mysql", - "version": "2.2.1", + "version": "2.3.0", "description": "MySQL connector for loopback-datasource-juggler", "main": "index.js", "scripts": {