From c9a1ad733cbc284bee71c8ad023b410684f8ec42 Mon Sep 17 00:00:00 2001 From: Faizan Qazi Date: Tue, 25 Nov 2025 10:11:50 -0500 Subject: [PATCH] Bump to 8.1.0 --- CHANGELOG.md | 3 +++ lib/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a49bcbc..724f271a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Ongoing +## 8.1.0 - 2025-11-25 +- Add support for Rails 8.1 ([#386](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/386)) + ## 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)) diff --git a/lib/version.rb b/lib/version.rb index a04e91c1..c0cd867f 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.3" + COCKROACH_DB_ADAPTER_VERSION = "8.1.0" end