Skip to content

Commit

Permalink
Bump v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSouthan committed Nov 3, 2023
1 parent 3bc3e8c commit 517b352
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v11.0.0 3rd November 2023

### Changed
- Updated to support ActiveRecord > 7.2
- Remove support for:
- Ruby; 2.7
- Postgres; 9.6, 10, 11
- MySQL; 5.7

## v10.2.3 2nd Aug 2023

### Changed
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 = "10.2.3"
VERSION = "11.0.0"
end
2 changes: 1 addition & 1 deletion spec/statesman/exceptions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "spec_helper"

describe Statesman do
describe "Exceptions" do
describe "InvalidStateError" do
subject(:error) { Statesman::InvalidStateError.new }

Expand Down

0 comments on commit 517b352

Please sign in to comment.