1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

version bump to 3.0.16

This commit is contained in:
Thorsten Böttger 2013-01-16 22:00:54 +13:00
parent 0aaec702aa
commit 9cfb0198a2
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# CHANGELOG
## 3.0.16
* added autocreation of state scopes for Mongoid (thanks to [@jonnyshields](https://github.com/johnnyshields))
## 3.0.15
* added support for localized state names (on a class level, like Record.aasm.states.map(&:localized_name))

View file

@ -1,3 +1,3 @@
module AASM
VERSION = "3.0.15"
VERSION = "3.0.16"
end