Version upgrade to 5.4.0

This commit is contained in:
Anil Maurya 2022-10-07 12:23:01 +05:30
parent d08f97cbe4
commit 29e9cc57a6
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "5.3.1"
VERSION = "5.4.0"
end