mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 4.5.2
This commit is contained in:
parent
6e97e79419
commit
297e527b72
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## unreleased
|
## 4.5.2
|
||||||
|
|
||||||
* fix arity difference between Procs and lambdas (see [issue #293](https://github.com/aasm/aasm/issues/293) for details)
|
* fix arity difference between Procs and lambdas (see [issue #293](https://github.com/aasm/aasm/issues/293) for details)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module AASM
|
module AASM
|
||||||
VERSION = "4.5.1"
|
VERSION = "4.5.2"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue