Skip to content

Commit 0c34033

Browse files
committed
Bump version to 1.5.1
1 parent eba12ca commit 0c34033

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Revision history for node-mysql-libmysqlclient,
44
the asynchronous MySQL binding for Node.js using libmysqlclient.
55

6+
## Version 1.5.1
7+
8+
* Allow null setSslSync() arguments, see #160
9+
610
## Version 1.5.0
711

812
* Improvements:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "mysql-libmysqlclient",
3-
"version" : "1.5.0",
3+
"version" : "1.5.1",
44
"description" : "Binary MySQL bindings for Node.JS",
55
"keywords" : ["mysql", "libmysqlclient", "sql", "database", "addon"],
66
"homepage" : "http://sannis.github.com/node-mysql-libmysqlclient",

0 commit comments

Comments
 (0)