Skip to content

Commit

Permalink
Bump version to 12.0.0. (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
benk-gc committed Nov 30, 2023
1 parent 6e499a8 commit bb28d45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v12.0.0 30th November 2023

### Changed
- Added multi-database support [#522](https://github.com/gocardless/statesman/pull/522)
- This now uses the correct ActiveRecord connection for the model or transition in a multi-database environment

## v11.0.0 3rd November 2023

### Changed
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 = "11.0.0"
VERSION = "12.0.0"
end

0 comments on commit bb28d45

Please sign in to comment.