mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.24
This commit is contained in:
parent
569b017d9f
commit
ecb0f28877
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 3.0.24
|
||||||
|
|
||||||
|
* added support for event blocks (thanks to [@Intrepidd](https://github.com/Intrepidd))
|
||||||
|
|
||||||
## 3.0.23
|
## 3.0.23
|
||||||
|
|
||||||
* added support for `after_commit` callback (transaction support) (thanks to [@tisba](https://github.com/tisba))
|
* added support for `after_commit` callback (transaction support) (thanks to [@tisba](https://github.com/tisba))
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module AASM
|
module AASM
|
||||||
VERSION = "3.0.23"
|
VERSION = "3.0.24"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue