diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e918920..13178774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Change Log +## [2.1.4](https://github.com/MariaDB/mariadb-connector-nodejs/tree/2.1.4) (02 Dec. 2019) +[Full Changelog](https://github.com/MariaDB/mariadb-connector-nodejs/compare/2.1.3...2.1.4) + +* CONJS-112 use pool reset only for corrected COM_RESET_CONNECTION +* CONJS-111 missing pool event definition +* dependencies update + + ## [2.1.3](https://github.com/MariaDB/mariadb-connector-nodejs/tree/2.1.3) (14 Nov. 2019) [Full Changelog](https://github.com/MariaDB/mariadb-connector-nodejs/compare/2.1.2...2.1.3) diff --git a/package.json b/package.json index 9fcab4f8..1ff97086 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mariadb", - "version": "2.1.3", + "version": "2.1.4", "description": "fast mariadb/mysql connector.", "main": "promise.js", "types": "types/index.d.ts",