Skip to content

Commit 4ee579e

Browse files
committed
bump files for 0.2.13 release
1 parent acb6001 commit 4ee579e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.2.13 (August 16th, 2011)
4+
* fix stupid bug around symbol encoding support (thanks coderrr!)
5+
36
## 0.2.12 (August 16th, 2011)
47
* ensure symbolized column names support encodings in 1.9
58
* plugging sql vulnerability in mysql2 adapter

lib/mysql2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mysql2
2-
VERSION = "0.2.12"
2+
VERSION = "0.2.13"
33
end

0 commit comments

Comments
 (0)