mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 4.2.0
This commit is contained in:
parent
aad5fa55de
commit
4ea38fc6fc
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 4.2.0 (not yet released)
|
||||
## 4.3.0 (not yet released)
|
||||
|
||||
## 4.2.0
|
||||
|
||||
* support turning off and on the configuration option for `no_direct_assignment` (see [issue #223](https://github.com/aasm/aasm/issues/223) for details)
|
||||
* event arguments are now passed to `:after_commit` callbacks as well (see [issue #238](https://github.com/aasm/aasm/pull/238), thanks to [@kuinak](https://github.com/kuinak))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "4.1.1"
|
||||
VERSION = "4.2.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue