Skip to content

Commit 6ad9f4b

Browse files
committed
2.9.0
1 parent e6f6888 commit 6ad9f4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7-
## HEAD
7+
## v2.9.0 (2015-08-19)
88

99
* Accept the `ciphers` property in connection `ssl` option #1185
1010
* Fix bad timezone conversion from `Date` to string for certain times #1045 #1155

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mysql",
33
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
4-
"version": "2.8.0",
4+
"version": "2.9.0",
55
"license": "MIT",
66
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
77
"contributors": [

0 commit comments

Comments
 (0)