mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Version upgrade to 5.4.0
This commit is contained in:
parent
d08f97cbe4
commit
a0cb475a54
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## unreleased
|
||||
## 5.4.0
|
||||
* Shrink gem size and export only needed files to work [#742](https://github.com/aasm/aasm/pull/742), thanks to [brunoarueira](https://github.com/brunoarueira)
|
||||
* Lock redis-objects to 1.6.0 as 1.7.0 has breaking changes [#796](https://github.com/aasm/aasm/pull/796)
|
||||
## 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)
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "5.3.1"
|
||||
VERSION = "5.4.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue