We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb3317 commit 30be321Copy full SHA for 30be321
CHANGELOG.md
@@ -4,6 +4,19 @@
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## v12.1.0 5th January 2024
8
+
9
+### Fixed
10
11
+- Fixed autoloading the VERSION constants
12
+- Fixed Ensuring inheritance issues with STI tabled
13
+- Enabled gaplock protection when using trilogy mysql adapter
14
15
+### Added
16
17
+- Added Ruby 3.3 to build matrix
18
+- Added optional initial transition
19
20
## v12.0.0 30th November 2023
21
22
### Added
lib/statesman/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Statesman
- VERSION = "12.0.0"
+ VERSION = "12.1.0"
end
0 commit comments