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:
parent
0aaec702aa
commit
9cfb0198a2
2 changed files with 5 additions and 1 deletions
|
@ -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))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.15"
|
||||
VERSION = "3.0.16"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue