mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 4.4.1
This commit is contained in:
parent
b234d19222
commit
a31b02cc2b
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 4.4.1
|
||||
|
||||
* add support for rejecting certain events on inspection (see [issue #272](https://github.com/aasm/aasm/issues/272) for details, thanks to [@dubroe](https://github.com/dubroe))
|
||||
|
||||
## 4.4.0
|
||||
|
||||
* add support global transation callbacks (see [issue #221](https://github.com/aasm/aasm/issues/221) and [issue #253](https://github.com/aasm/aasm/issues/253) for details)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "4.4.0"
|
||||
VERSION = "4.4.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue