version bump to 3.0.26

This commit is contained in:
Thorsten Böttger 2014-01-11 12:45:42 +01:00
parent ddc505b9eb
commit ab5219bec8
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
# CHANGELOG
## 3.1.0 (not yet released)
## 3.9.0 (not yet released)
* deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0
## 3.0.26
* support state.human_name (aliased to state.localized_name) (see [issue #105](https://github.com/aasm/aasm/issues/105)
## 3.0.25
* initialize the state even if validation is skipped (for ActiveRecord and Mongoid persistence) (see [issue #103](https://github.com/aasm/aasm/issues/103), thanks to [@vfonic](https://github.com/vfonic) and [@aaronklaassen](https://github.com/aaronklaassen))

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "3.0.25"
VERSION = "3.0.26"
end