mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump (ActiveRecord persistence can ignore validation when trying to save invalid models)
This commit is contained in:
parent
921cfdad5c
commit
7165ec6943
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 3.0.x
|
||||
## 3.0.2
|
||||
|
||||
* ActiveRecord persistence can ignore validation when trying to save invalid models
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.1"
|
||||
VERSION = "3.0.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue