diff --git a/CHANGELOG.md b/CHANGELOG.md index fefbb11..394f62d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0 -## 3.3.2 (not yet released) +## 3.3.2 * bugfix: avoid conflicts with `failed` and `fired` event names (see [issue #157](https://github.com/aasm/aasm/issues/157)), thanks to [@MichaelXavier](https://github.com/MichaelXavier) * bugfix: not using transactions unless saving to the database (see [issue #162](https://github.com/aasm/aasm/issues/162) and [issue #164](https://github.com/aasm/aasm/issues/164)), thanks to [@roberthoner](https://github.com/roberthoner) diff --git a/lib/aasm/version.rb b/lib/aasm/version.rb index 05ffb0e..b8286d1 100644 --- a/lib/aasm/version.rb +++ b/lib/aasm/version.rb @@ -1,3 +1,3 @@ module AASM - VERSION = "3.3.1" + VERSION = "3.3.2" end