Bump version to 5.5.0 and update changelog

This commit is contained in:
Anil Kumar Maurya 2023-02-05 20:41:38 +08:00
parent 4c7405bf36
commit 011118b639
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# CHANGELOG
## unreleased
## 5.5.0
* Fix ClassInvoker instantiating class twice, thanks to [danielnolan](https://github.com/danielnolan)
* Replace File.exists? with File.exist?, thanks to [kyoshidajp](https://github.com/kyoshidajp)
## 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)

View File

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