version bump to 4.9.0

This commit is contained in:
Thorsten Böttger 2016-02-22 20:21:31 +13:00
parent 219dcd63b2
commit 24b1ad99ec
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## unreleased
## 4.9.0
* add support for callback classes (`after` only) (see [issue #316](https://github.com/aasm/aasm/pull/316) for details, thanks to [@mlr](https://github.com/mlr))
* allow easier extension of _AASM_ (utilising the idea of _ApplicationRecords_ from _Rails 5_) (see [issue #296](https://github.com/aasm/aasm/pull/296) for details, thanks to [@mlr](https://github.com/mlr))

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "4.8.0"
VERSION = "4.9.0"
end