version bump to 3.0.19

This commit is contained in:
Thorsten Böttger 2013-05-29 23:30:24 +02:00
parent 9d655e8c3a
commit ae6ebe13ac
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## Unreleased
## 3.0.19
* fixed deprecation warning with Rails 4 (Relation#update_all with conditions is deprecated)
* fixing issue #69 (ActiveRecord scopes are not chainable)

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "3.0.18"
VERSION = "3.0.19"
end