Skip to content

Commit b2ce41a

Browse files
committed
bump files for 0.2.12 release
1 parent 3ea46e0 commit b2ce41a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.2.12 (August 16th, 2011)
4+
* ensure symbolized column names support encodings in 1.9
5+
* plugging sql vulnerability in mysql2 adapter
6+
37
## 0.2.11 (June 17th, 2011)
48
* fix bug in Time/DateTime range detection
59
* (win32) fix bug where the Mysql2::Client object wasn't cleaned up properly if interrupted during a query

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.11"
2+
VERSION = "0.2.12"
33
end

0 commit comments

Comments
 (0)