mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Bump version to 5.3.1
This commit is contained in:
parent
7a351ecd8a
commit
c5d2bac4ec
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# CHANGELOG
|
||||
|
||||
## unreleased
|
||||
## 5.3.1
|
||||
* Fix fire! with string argument [#787](https://github.com/aasm/aasm/issues/787), in PR[#788](https://github.com/aasm/aasm/pull/788) thanks to [norman](https://github.com/norman)
|
||||
|
||||
## 5.3.0
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "5.3.0"
|
||||
VERSION = "5.3.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue