mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.7 (removed deprecation warning with Rails >= 3.1)
This commit is contained in:
parent
d8a4417671
commit
1dc08855c7
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 3.0.7 (not yet released)
|
||||
## 3.0.7
|
||||
|
||||
* removed deprecation warning when localizing aasm state names (look at https://github.com/rubyist/aasm/issues/38 for details)
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.6"
|
||||
VERSION = "3.0.7"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue