version bump to 4.1.1

This commit is contained in:
Thorsten Böttger 2015-05-13 18:52:42 +12:00
parent 67f12f26d1
commit d8405cbeb3
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## 4.2.0 (not yet released)
## 4.1.1 (not yet released)
## 4.1.1
* support block notation for `:after_commit` event callbacks (see [issue #224](https://github.com/aasm/aasm/issues/224) for details)
* event arguments are now passed to state callbacks as well (not only to event callbacks) (see [issue #219](https://github.com/aasm/aasm/issues/219), thanks to [@tobithiel](https://github.com/tobithiel))

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "4.1.0"
VERSION = "4.1.1"
end