mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 4.3.0 (support for multiple state machines per class)
This commit is contained in:
parent
8754149ed6
commit
f563244d1e
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 4.3.0 (not yet released)
|
||||
## 4.3.0
|
||||
|
||||
* add support for multiple state machines per class (see [issue #158](https://github.com/aasm/aasm/issues/158) and [issue #240](https://github.com/aasm/aasm/issues/240) for details)
|
||||
* special thanks to [@evadne](https://github.com/evadne) for testing this feature, and providing comments and patches (see [issue #245](https://github.com/aasm/aasm/issues/245) for details)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "4.2.0"
|
||||
VERSION = "4.3.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue