From 6d6093d5e37e2ed384848fffc4ddf8119bbca305 Mon Sep 17 00:00:00 2001 From: Vishal Sadriya Date: Mon, 30 Mar 2026 12:01:04 +0530 Subject: [PATCH] chore: bump version to 1.2.2 Release v1.2.2 with MySQL Trilogy adapter support. --- CHANGELOG.md | 6 ++++++ lib/solid_queue_monitor/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa24e2..dd9b97b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.2.2] - 2026-03-30 + +### Added + +- 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)) + ## [1.2.1] - 2026-03-17 ### Added diff --git a/lib/solid_queue_monitor/version.rb b/lib/solid_queue_monitor/version.rb index c15a1a8..3f87293 100644 --- a/lib/solid_queue_monitor/version.rb +++ b/lib/solid_queue_monitor/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SolidQueueMonitor - VERSION = '1.2.1' + VERSION = '1.2.2' end