mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.3
This commit is contained in:
parent
3860e57c72
commit
ec724d5a48
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 3.0.3
|
||||||
|
|
||||||
|
* bugfix: ActiveRecord scopes are generated when using the new DSL
|
||||||
|
|
||||||
## 3.0.2
|
## 3.0.2
|
||||||
|
|
||||||
* ActiveRecord persistence can ignore validation when trying to save invalid models
|
* ActiveRecord persistence can ignore validation when trying to save invalid models
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module AASM
|
module AASM
|
||||||
VERSION = "3.0.2"
|
VERSION = "3.0.3"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue