diff --git a/Changelog.md b/Changelog.md index 3307d0c5fd..0cf1efd727 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,11 @@ // top version is work in progres -0.8.21 +0.8.22 - Multiple results support in binary protocol #27 - Apply timezone from config to DATETIME values with no tz #15 + +0.8.21 - Fix in error message parsing (Noam Wasersprung) #31 6cc80a67eaa3baac7dd8eee7182c9eb00977e81a + - return insert/delete header for insert/delete commands #32 72aa8fe70981d7410a10edb9d7921e5d6ce1d3ca 0.8.20 - Make packet parser work with 0.11 ondata(buffer) with no start,end 9005fd1 diff --git a/package.json b/package.json index 4a6e6dc8dc..ae61f1bdf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysql2", - "version": "0.8.20", + "version": "0.8.21", "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS", "main": "index.js", "directories": {