Skip to content

Commit cf98568

Browse files
authored
chore: bump version to 1.2.2 (#35)
Release v1.2.2 with MySQL Trilogy adapter support.
1 parent 1ab0160 commit cf98568

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.2.2] - 2026-03-30
4+
5+
### Added
6+
7+
- Support for MySQL Trilogy adapter, enabling use with `trilogy` gem alongside the default `mysql2` adapter ([#34](https://github.com/vishaltps/solid_queue_monitor/pull/34))
8+
39
## [1.2.1] - 2026-03-17
410

511
### Added

lib/solid_queue_monitor/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 SolidQueueMonitor
4-
VERSION = '1.2.1'
4+
VERSION = '1.2.2'
55
end

0 commit comments

Comments
 (0)