mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Version bump to 4.12.1
This commit is contained in:
parent
171b99de01
commit
d883af3e2b
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "4.12.0"
|
||||
VERSION = "4.12.1"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue