version bump to 4.6.0

This commit is contained in:
Thorsten Böttger 2016-01-08 09:51:01 +13:00
parent 623edbea24
commit 05f3b8e126
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## unreleased
## 4.6.0
* fix: make sure the column is actually present for _ActiveRecord_ enums (see [issue #265](https://github.com/aasm/aasm/issues/265) and [issue #152](https://github.com/aasm/aasm/issues/152) for details, thanks to [@anilmaurya](https://github.com/anilmaurya))
* add generators to configure active_record and mongoid after install (see [issue #261](https://github.com/aasm/aasm/issues/261) for details, thanks to [@anilmaurya](https://github.com/anilmaurya))

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "4.5.2"
VERSION = "4.6.0"
end