Skip to content

Commit 6a2a593

Browse files
BuonOmorafiss
authored andcommitted
bump to 7.1.1
- Enable precision support ([#318](#318)) - Support arbitrary max identifier length ([#317](#317)). - Fix `#schema_names` not to return `crdb_internal` ([#316](#316))
1 parent 07f9fef commit 6a2a593

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

33
## Ongoing
44

5+
## 7.1.1 - 2024-05-01
6+
57
- Enable precision support ([#318](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/318))
68
- Support arbitrary max identifier length ([#317](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/317)).
79
- Fix `#schema_names` not to return `crdb_internal` ([#316](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/316))

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.1.0"
4+
COCKROACH_DB_ADAPTER_VERSION = "7.1.1"
55
end

0 commit comments

Comments
 (0)