Skip to content

Commit 30be321

Browse files
committed
Added release notes for 12.1.0
1 parent 9fb3317 commit 30be321

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
720
## v12.0.0 30th November 2023
821

922
### Added

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 = "12.0.0"
4+
VERSION = "12.1.0"
55
end

0 commit comments

Comments
 (0)