1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Update Changelog and bump to version 5.0.2

This commit is contained in:
Anil Maurya 2019-03-08 15:42:49 +05:30
parent a8a511841d
commit 262421ecd9
2 changed files with 12 additions and 1 deletions

View file

@ -2,6 +2,17 @@
## unreleased
## 5.0.2
* Clear failed callbacks, [#600](https://github.com/aasm/aasm/pull/600), thanks to
[nedgar](https://github.com/nedgar)
* README improvements, [#594](https://github.com/aasm/aasm/pull/594),
[#589](https://github.com/aasm/aasm/pull/589), [#587](https://github.com/aasm/aasm/pull/587),
[#597](https://github.com/aasm/aasm/pull/597), thanks to [jackscotti](https://github.com/jackscotti), [krmbzds](https://github.com/krmbzds),
[zegomesjf](https://github.com/zegomesjf), [BKSpurgeon](https://github.com/BKSpurgeon)
* Update InvalidTransition to include state_machine_name [#592](https://github.com/aasm/aasm/pull/592), thanks to [a14m](https://github.com/a14m)
* Do not add migration if model and column already exists [#586](https://github.com/aasm/aasm/pull/586), thanks to [KiranJosh](https://github.com/KiranJosh)
## 5.0.1
* Fix failures array in transition not being reset [#383](https://github.com/aasm/aasm/issues/383)

View file

@ -1,3 +1,3 @@
module AASM
VERSION = "5.0.1"
VERSION = "5.0.2"
end