From b5a5af33293ea8c198d002f10c7f92fd300517c4 Mon Sep 17 00:00:00 2001 From: Rafi Shamim Date: Tue, 19 Aug 2025 14:58:53 -0400 Subject: [PATCH] Bump to 8.0.3 --- CHANGELOG.md | 4 ++++ lib/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d63ee3..8a49bcbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Ongoing +## 8.0.3 - 2025-08-19 + +- Fixed the handling of column comments that end in a single quote ([#382](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/382)) + ## 8.0.2 - 2025-07-14 - Fixed the `db:migrate` command by removing usage of `execute_and_clear` function ([#377](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/377)) diff --git a/lib/version.rb b/lib/version.rb index 3c609423..a04e91c1 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -15,5 +15,5 @@ # limitations under the License. module ActiveRecord - COCKROACH_DB_ADAPTER_VERSION = "8.0.2" + COCKROACH_DB_ADAPTER_VERSION = "8.0.3" end