From 30ab113d2df391683a345ffccc99b000148f2071 Mon Sep 17 00:00:00 2001 From: Brian Shand Date: Mon, 18 Nov 2024 12:54:06 +0000 Subject: [PATCH] # tag v1.1.2 --- CHANGELOG.md | 3 +++ lib/tnql/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc699d..a60c9ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## [Unreleased] +* no unreleased changes * + +## 1.1.2 / 2024-11-18 ### Fixed * Support Ruby 3.2, 3.3, Rails 7.1, 7.2 and 8.0. Drop support for Ruby 3.0, Rails 6.1 diff --git a/lib/tnql/version.rb b/lib/tnql/version.rb index e8cfe4e..c618e56 100644 --- a/lib/tnql/version.rb +++ b/lib/tnql/version.rb @@ -1,4 +1,4 @@ # This stores the current version of the Tnql gem module Tnql - VERSION = '1.1.1'.freeze + VERSION = '1.1.2'.freeze end