Version bump to 4.12.1

This commit is contained in:
Anil Maurya 2017-07-18 12:01:25 +05:30
parent 171b99de01
commit d883af3e2b
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# CHANGELOG
## unreleased
## 4.12.1
* DRY-up Mongoid and ActiveRecord Persistence, Add Sequel transactions and locking #475, thanks to [@Aryk] (https://github.com/Aryk)
* Add aliases for event methods #476, thanks to [@Aryk] (https://github.com/Aryk)
* Support Minitest spec expectations (#387), thanks to [@faragorn] (https://github.com/faragorn)

View File

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