diff --git a/CHANGELOG.md b/CHANGELOG.md index f70b7ce..1e3f1c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 3.0.3 + + * bugfix: ActiveRecord scopes are generated when using the new DSL + ## 3.0.2 * ActiveRecord persistence can ignore validation when trying to save invalid models diff --git a/lib/aasm/version.rb b/lib/aasm/version.rb index 7f63e28..1e0e2a5 100644 --- a/lib/aasm/version.rb +++ b/lib/aasm/version.rb @@ -1,3 +1,3 @@ module AASM - VERSION = "3.0.2" + VERSION = "3.0.3" end