mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.10
This commit is contained in:
parent
7bc5180c5d
commit
de80feaa39
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 3.0.10
|
||||
|
||||
* added support for transitions from all other states (thanks to Stefan 'swrobel' Wrobel)
|
||||
|
||||
## 3.0.9
|
||||
|
||||
* guard checks (e.g. may_edit?) now support guard parameters as well
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.9"
|
||||
VERSION = "3.0.10"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue