mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Version bump to 5.0.8
This commit is contained in:
parent
59ebeca066
commit
39e47eac32
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
## unreleased
|
||||
|
||||
## 5.0.8
|
||||
|
||||
* Revert Fix for :after_commit within nested transaction because it adds after_commit_action dependency which is dependent on many gems.
|
||||
|
||||
## 5.0.7
|
||||
|
||||
* Fix :after_commit within nested transaction [#666](https://github.com/aasm/aasm/pull/666), thanks to [stokarenko](https://github.com/stokarenko)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "5.0.7"
|
||||
VERSION = "5.0.8"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue