diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b84f6..4016f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.1 (2017-12-05) +* Keep original properties when creating connection +* Close the connection after query + ## 0.2.0 (2017-12-04) * Support SSL connection diff --git a/package.json b/package.json index 55008cf..6ee4651 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-mysql", "displayName": "MySQL", "description": "MySQL management tool", - "version": "0.2.0", + "version": "0.2.1", "publisher": "formulahendry", "icon": "logo.png", "engines": {