From a76123b2bdef128043567e2e15a8dc15a5f92f41 Mon Sep 17 00:00:00 2001 From: Rafi Shamim Date: Mon, 14 Jul 2025 13:28:55 -0400 Subject: [PATCH] Bump to 8.0.2 --- CHANGELOG.md | 4 ++++ lib/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a565c7f9..b6d63ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Ongoing +## 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)) + ## 8.0.1 - 2025-03-04 - Fixed retry logic after transaction rollback ([#364](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/364)) diff --git a/lib/version.rb b/lib/version.rb index fba29f83..3c609423 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.1" + COCKROACH_DB_ADAPTER_VERSION = "8.0.2" end