Skip to content

Commit 27ebc9e

Browse files
authored
Merge pull request #394 from fqazi/bumpVersion8.1
Bump to 8.1.0
2 parents db406bb + c9a1ad7 commit 27ebc9e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Ongoing
44

5+
## 8.1.0 - 2025-11-25
6+
- Add support for Rails 8.1 ([#386](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/386))
7+
58
## 8.0.3 - 2025-08-19
69

710
- Fixed the handling of column comments that end in a single quote ([#382](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/382))

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# limitations under the License.
1616

1717
module ActiveRecord
18-
COCKROACH_DB_ADAPTER_VERSION = "8.0.3"
18+
COCKROACH_DB_ADAPTER_VERSION = "8.1.0"
1919
end

0 commit comments

Comments
 (0)