1
0
Fork 0
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:
Thorsten Böttger 2012-02-23 00:08:09 +13:00
parent 3860e57c72
commit ec724d5a48
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

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