Skip to content

Commit 517b352

Browse files
committed
Bump v11.0.0
1 parent 3bc3e8c commit 517b352

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v11.0.0 3rd November 2023
2+
3+
### Changed
4+
- Updated to support ActiveRecord > 7.2
5+
- Remove support for:
6+
- Ruby; 2.7
7+
- Postgres; 9.6, 10, 11
8+
- MySQL; 5.7
9+
110
## v10.2.3 2nd Aug 2023
211

312
### Changed

lib/statesman/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Statesman
4-
VERSION = "10.2.3"
4+
VERSION = "11.0.0"
55
end

spec/statesman/exceptions_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require "spec_helper"
44

5-
describe Statesman do
5+
describe "Exceptions" do
66
describe "InvalidStateError" do
77
subject(:error) { Statesman::InvalidStateError.new }
88

0 commit comments

Comments
 (0)