version bump to 4.1.0

This commit is contained in:
Thorsten Böttger 2015-02-23 21:44:19 +13:00
parent 65e1cfe32e
commit 3596993093
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# CHANGELOG
## 4.1.0 (not yet released)
## 4.2.0 (not yet released)
## 4.1.0
* bugfix: initialize the aasm state column after initialization of the _Mongoid_ instance (see [issue #206](https://github.com/aasm/aasm/issues/206), thanks to [@Shwetakale ](https://github.com/Shwetakale ))
* added support for mongomapper ORM (see [issue #203](https://github.com/aasm/aasm/issues/203), thanks to [@reidmorrison ](https://github.com/reidmorrison ))

View File

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