From cdda7be47b7c572e65f47f2170fcabc8d384039d Mon Sep 17 00:00:00 2001 From: Brian Shand Date: Mon, 18 Nov 2024 12:56:09 +0000 Subject: [PATCH] Bump to version 6.0.2 --- CHANGELOG.md | 3 +++ lib/canql/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf8070..449bfd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## [Unreleased] +* no unreleased changes * + +## 6.0.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/canql/version.rb b/lib/canql/version.rb index 3557f4e..42ee9bc 100644 --- a/lib/canql/version.rb +++ b/lib/canql/version.rb @@ -2,5 +2,5 @@ # This stores the current version of the Canql gem module Canql - VERSION = '6.0.1' + VERSION = '6.0.2' end