From 39b56267e8caccb693b2e914f0ba6f45062b5d8d Mon Sep 17 00:00:00 2001 From: Rafi Shamim Date: Tue, 4 Mar 2025 11:35:32 -0500 Subject: [PATCH] Bump to 8.0.1 --- CHANGELOG.md | 4 ++++ lib/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 915ca2ef..a565c7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Ongoing +## 8.0.1 - 2025-03-04 + +- Fixed retry logic after transaction rollback ([#364](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/364)) + ## 8.0.0 - 2024-12-19 - Add support for Rails 8.0 ([#356](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/356)) diff --git a/lib/version.rb b/lib/version.rb index 479d2643..fba29f83 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.0" + COCKROACH_DB_ADAPTER_VERSION = "8.0.1" end