mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.0.9 (guard checks (e.g. may_edit?) now support guard parameters as well)
This commit is contained in:
parent
15a1146ae9
commit
6357675b6b
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 3.0.9
|
||||
|
||||
* guard checks (e.g. may_edit?) now support guard parameters as well
|
||||
|
||||
## 3.0.8
|
||||
|
||||
* fixed issue with generating docs using yard
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.0.8"
|
||||
VERSION = "3.0.9"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue