Skip to content

Commit

Permalink
Merge pull request #311 from gocardless/v3.4.1
Browse files Browse the repository at this point in the history
v3.4.1
  • Loading branch information
Tim Rogers authored Feb 14, 2018
2 parents 084ec3a + dae8581 commit 0a05a0b
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 @@
## v3.4.1, 14 February 2018 ❤️

- Support ActiveRecord transition classes which don't include `Statesman::Adapters::ActiveRecordTransition`, and thus don't have a `.updated_timestamp_column` method (see #310 for further details) (patch by [@timrogers](https://github.com/timrogers))

## v3.4.0, 12 February 2018

- When unsetting the `most_recent` flag during a transition, don't assume that transitions have an `updated_at` attribute, but rather allow the "updated timestamp column" to be re-configured or disabled entirely (patch by [@timrogers](https://github.com/timrogers))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protection.
To get started, just add Statesman to your `Gemfile`, and then run `bundle`:

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

## 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 = "3.4.0".freeze
VERSION = "3.4.1".freeze
end

0 comments on commit 0a05a0b

Please sign in to comment.