diff --git a/CHANGELOG.md b/CHANGELOG.md index 88950f0..8819615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## [Unreleased] +* no unreleased changes * + +## 6.0.3 / 2025-06-11 ### Fixed * Restrict treetop gem dependency diff --git a/lib/canql/version.rb b/lib/canql/version.rb index 42ee9bc..ffe1290 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.2' + VERSION = '6.0.3' end