From f953b8e2a0d78933ea0741e4c386f8b934f6b575 Mon Sep 17 00:00:00 2001 From: Rafi Shamim Date: Wed, 20 Aug 2025 15:20:20 -0400 Subject: [PATCH] Bump to 7.2.2 --- CHANGELOG.md | 4 ++++ lib/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c051e3d3..99b4b7eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.2.2 - 2025-08-20 + +- Fixed the handling of column comments that end in a single quote ([#384](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/384)) + ## 7.2.1 - 2025-03-26 - Fix transaction state on rollback ([#364](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/364)) diff --git a/lib/version.rb b/lib/version.rb index 710ad09b..6f3f6818 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -15,5 +15,5 @@ # limitations under the License. module ActiveRecord - COCKROACH_DB_ADAPTER_VERSION = "7.2.1" + COCKROACH_DB_ADAPTER_VERSION = "7.2.2" end