diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d52a1..68a83c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ * deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0 -## 3.2.0 (not yet released) +## 3.2.0 * support [Sequel](http://sequel.jeremyevans.net/) (see [issue #119](https://github.com/aasm/aasm/issues/119), thanks to [@godfat](https://github.com/godfat)) + * may not fire an unknown event (see [issue #128](https://github.com/aasm/aasm/issues/128) ## 3.1.1 diff --git a/lib/aasm/version.rb b/lib/aasm/version.rb index 4236252..63f853b 100644 --- a/lib/aasm/version.rb +++ b/lib/aasm/version.rb @@ -1,3 +1,3 @@ module AASM - VERSION = "3.1.1" + VERSION = "3.2.0" end