mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.4
This commit is contained in:
parent
0015e945e0
commit
67b6f8d5ca
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 3.0.4
|
||||
|
||||
* bugfix: Subclasses of aasm-enabled classes don't lose settings anymore (thanks to codez)
|
||||
|
||||
## 3.0.3
|
||||
|
||||
* bugfix: ActiveRecord scopes are generated when using the new DSL
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.3"
|
||||
VERSION = "3.0.4"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue