Skip to content

Commit

Permalink
Bump version to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Campbell committed Jan 8, 2020
1 parent 0bec8d7 commit 671e21e
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 @@
## v7.0.1, 8th Jan 2020

- Fix deprecation warning with Ruby 2.7 [#386](https://github.com/gocardless/statesman/pull/386)

## v7.0.0, 8th Jan 2020

**Breaking changes**
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', '~> 5.2.0'
gem 'statesman', '~> 7.0.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,5 +1,5 @@
# frozen_string_literal: true

module Statesman
VERSION = "7.0.0"
VERSION = "7.0.1"
end

0 comments on commit 671e21e

Please sign in to comment.