mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Bump version to 5.5.0 and update changelog
This commit is contained in:
parent
4c7405bf36
commit
011118b639
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "5.4.0"
|
||||
VERSION = "5.5.0"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue