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