Skip to content

Commit

Permalink
Merge pull request #534 from gocardless/prepare-12.1.0
Browse files Browse the repository at this point in the history
Added release notes for 12.1.0
  • Loading branch information
stephenbinns committed Jan 5, 2024
2 parents 9fb3317 + 30be321 commit 20f4fd8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v12.1.0 5th January 2024

### Fixed

- Fixed autoloading the VERSION constants
- Fixed Ensuring inheritance issues with STI tabled
- Enabled gaplock protection when using trilogy mysql adapter

### Added

- Added Ruby 3.3 to build matrix
- Added optional initial transition

## v12.0.0 30th November 2023

### Added
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 = "12.0.0"
VERSION = "12.1.0"
end

0 comments on commit 20f4fd8

Please sign in to comment.