Skip to content

Commit

Permalink
Merge pull request #308 from gocardless/v3.4.0
Browse files Browse the repository at this point in the history
v3.4.0
  • Loading branch information
Tim Rogers authored Feb 12, 2018
2 parents df9834d + 2846c16 commit dbb3a75
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.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))

## v3.3.0, 5 January 2018

- Touch `updated_at` on transitions when unsetting `most_recent` flag (patch by [@NGMarmaduke](https://github.com/NGMarmaduke))
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.3.0'
gem 'statesman', '~> 3.4.0'
```

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

0 comments on commit dbb3a75

Please sign in to comment.