Skip to content

Commit

Permalink
Merge pull request #469 from gocardless/benk/version-10.0.0
Browse files Browse the repository at this point in the history
Bump version to 10.0.0.
  • Loading branch information
thom-oman committed May 17, 2022
2 parents da3d2ae + c9f6f5f commit a358f63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v10.0.0 17th May 2022

### Changed
- Added support for Ruby 3.1 [#462](https://github.com/gocardless/statesman/pull/462)
- Removed support for Ruby 2.5 and 2.6 [#462](https://github.com/gocardless/statesman/pull/462)
- Added `remove_state` and `remove_transitions` methods to `Statesman::Machine` [#464](https://github.com/gocardless/statesman/pull/464)

## v9.0.1 4th February 2021

### Changed
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', '~> 8.0.3'
gem 'statesman', '~> 10.0.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,5 +1,5 @@
# frozen_string_literal: true

module Statesman
VERSION = "9.0.1"
VERSION = "10.0.0"
end

0 comments on commit a358f63

Please sign in to comment.