version bump to 4.4.1

This commit is contained in:
Thorsten Böttger 2015-10-29 10:05:11 +13:00
parent b234d19222
commit a31b02cc2b
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "4.4.0"
VERSION = "4.4.1"
end