From 4587c1672dbe607e4355fd9d9cf831d83f09b8ba Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Sat, 24 Aug 2013 08:42:03 +1000 Subject: [PATCH] v0.9.2 --- Changelog.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 09eae1e56e..2c0fa1cb80 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,9 @@ // top version is work in progres -0.9.2 +0.9.3 - Multiple results support in binary protocol #27 - Apply timezone from config to DATETIME values with no tz #15 + +0.9.2 - correctly parse NULL result for string and number #35 0a4ac65ec812f75861dc00c9243921d5d6602914 - do not pollute global namespace from evaled parser #11 4b6ddaf0f70150945d0fea804db9106f343a0e51 diff --git a/package.json b/package.json index f1f51f20cb..ce73e0361f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysql2", - "version": "0.9.1", + "version": "0.9.2", "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS", "main": "index.js", "directories": {