version bump to 4.10.1

This commit is contained in:
Thorsten Böttger 2016-05-16 23:00:37 +12:00
parent 753242f45d
commit 23cfe86698
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## unreleased
## 4.10.1
* fix: suppress warnings when using ActiveRecord enums feature (see [issue #346](https://github.com/aasm/aasm/pull/346) for details, thanks to [@110y](https://github.com/110y), and [issue #353](https://github.com/aasm/aasm/pull/353) for details, thanks to [@nathanstitt](https://github.com/nathanstitt))
* fix: handle array of success callbacks for transitions properly (see [issue #363](https://github.com/aasm/aasm/pull/363) for details, thanks to [@shunichi](https://github.com/shunichi))

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "4.10.0"
VERSION = "4.10.1"
end