We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc3e8c commit 517b352Copy full SHA for 517b352
CHANGELOG.md
@@ -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
10
## v10.2.3 2nd Aug 2023
11
12
### Changed
lib/statesman/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Statesman
- VERSION = "10.2.3"
+ VERSION = "11.0.0"
end
spec/statesman/exceptions_spec.rb
@@ -2,7 +2,7 @@
require "spec_helper"
-describe Statesman do
+describe "Exceptions" do
describe "InvalidStateError" do
subject(:error) { Statesman::InvalidStateError.new }
0 commit comments