Skip to content

Commit

Permalink
Merge pull request #297 from gocardless/v3.3.0
Browse files Browse the repository at this point in the history
Bump to v3.3.0
  • Loading branch information
jacobpgn authored Jan 5, 2018
2 parents c44bf50 + 6700b71 commit 05bda59
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.3.0, 5 January 2018

- Touch `updated_at` on transitions when unsetting `most_recent` flag (patch by [@NGMarmaduke](https://github.com/NGMarmaduke))
- Fix `force_reload` for ActiveRecord models with loaded transitions (patch by [@jacobpgn](https://github.com/))

## v3.2.0, 27 November 2017

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.1.0'
gem 'statesman', '~> 3.3.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.2.0".freeze
VERSION = "3.3.0".freeze
end

0 comments on commit 05bda59

Please sign in to comment.