Version bump to 4.12.0

This commit is contained in:
Anil Maurya 2017-03-21 11:32:49 +05:30
parent 8534b62b81
commit 67c52635d7
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## unreleased
## 4.12.0
* Fix thread safe issue with concurrent-ruby gem [see [pull-request #422](https://github.com/aasm/aasm/pull/442), thanks to [@reidmorrison](https://github.com/reidmorrison)
* Drop Support for Mongo Mapper [see [pull-request #439](https://github.com/aasm/aasm/pull/439)], thanks to [@reidmorrison](https://github.com/reidmorrison)
* add :binding_event option to event [see [pull-request #438](https://github.com/aasm/aasm/pull/438)], thanks to [@leanhdaovn](https://github.com/leanhdaovn)

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "4.11.1"
VERSION = "4.12.0"
end