mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.19
This commit is contained in:
parent
9d655e8c3a
commit
ae6ebe13ac
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.18"
|
||||
VERSION = "3.0.19"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue