Skip to content

Commit

Permalink
v4.1.3 Release branch (#371)
Browse files Browse the repository at this point in the history
v4.1.3 Release branch

Co-authored-by: Daniel Wakefield <[email protected]>
  • Loading branch information
danwakefield authored Nov 11, 2019
2 parents d163911 + 6e03f54 commit 7317b2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v4.1.3, 6th November 2019

- Add accessible from / to state attributes on the `TransitionFailedError` to avoid parsing strings [@ahjmorton](https://github.com/gocardless/statesman/pull/367)
- Add `after_transition_failure` mechanism [@credric-cordenier](https://github.com/gocardless/statesman/pull/366)

## v4.1.2, 17th August 2019

- Add support for Rails 6 [@greysteil](https://github.com/gocardless/statesman/pull/360)
Expand Down
2 changes: 1 addition & 1 deletion lib/statesman/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Statesman
VERSION = "4.1.2".freeze
VERSION = "4.1.3".freeze
end

0 comments on commit 7317b2d

Please sign in to comment.