version bump (ActiveRecord persistence can ignore validation when trying to save invalid models)

This commit is contained in:
Thorsten Böttger 2012-01-16 17:42:53 +01:00
parent 921cfdad5c
commit 7165ec6943
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## 3.0.x
## 3.0.2
* ActiveRecord persistence can ignore validation when trying to save invalid models

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "3.0.1"
VERSION = "3.0.2"
end