Skip to content

Commit 3b9ce51

Browse files
dikshantrafiss
authored andcommitted
release: update version to 7.1.0 with rails 7.1 support
1 parent 5abb325 commit 3b9ce51

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- Add support for [AOST](cockroachlabs.com/docs/stable/as-of-system-time) queries ([#284](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/284))
66
- Dump schema name in foreign keys ([#289](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/289))
77

8+
## 7.1.0 - 2024-01-30
9+
10+
- Add support for Rails 7.1 ([#300](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/300)).
11+
812
## 7.0.3 - 2023-08-23
913

1014
- Fix Multiple Database connections ([#283](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/)).

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveRecord
4-
COCKROACH_DB_ADAPTER_VERSION = "7.0.3"
4+
COCKROACH_DB_ADAPTER_VERSION = "7.1.0"
55
end

0 commit comments

Comments
 (0)