From 1a9568514a12e80942551d87c301d2ccac35e643 Mon Sep 17 00:00:00 2001 From: Simon Ho Date: Tue, 21 Jun 2016 13:58:45 -0700 Subject: [PATCH] 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) --- CHANGES.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) 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": {