Skip to content

Commit 3f97238

Browse files
committed
update files for 0.3.2 release
1 parent 3d93d86 commit 3f97238

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.3.2 (April 26th, 2011)
4+
* Fix typo in initialization for older ActiveRecord versions
5+
36
## 0.3.1 (April 26th, 2011)
47
* Fix typo in initialization for older ActiveRecord versions
58

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

0 commit comments

Comments
 (0)