1
0
Fork 0
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:
Thorsten Böttger 2013-10-24 15:29:38 +02:00
parent 0f4599f564
commit 04187f5ba2
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -1,3 +1,3 @@
module AASM
VERSION = "3.0.22"
VERSION = "3.0.23"
end