Skip to content

Commit

Permalink
Merge pull request #372 from gocardless/danw/fix-release
Browse files Browse the repository at this point in the history
v4.1.4
  • Loading branch information
danwakefield authored Nov 11, 2019
2 parents 7317b2d + c1052c6 commit d5b6f26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v4.1.4, 11th November 2019

- Reverts the breaking changes from [PR#358](https://github.com/gocardless/statesman/pull/358) & `v4.1.3` that where included in the last minor release. If you have changed your code to work with these changes `v5.0.0` will be a copy of `v4.1.3` with a bugfix applied.

## 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protection.
To get started, just add Statesman to your `Gemfile`, and then run `bundle`:

```ruby
gem 'statesman', '~> 3.4.1'
gem 'statesman', '~> 4.1.4'
```

## Usage
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.3".freeze
VERSION = "4.1.4".freeze
end

0 comments on commit d5b6f26

Please sign in to comment.