mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
versiom bump to 3.0.23
This commit is contained in:
parent
0f4599f564
commit
04187f5ba2
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 3.0.23
|
||||
|
||||
* added support for `after_commit` callback (transaction support) (thanks to [@tisba](https://github.com/tisba))
|
||||
|
||||
## 3.0.22
|
||||
|
||||
* fixed [issue 88](https://github.com/aasm/aasm/issues/88): wrong number of arguments for transaction method
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.22"
|
||||
VERSION = "3.0.23"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue