Skip to content

Commit 3824f86

Browse files
solongordonrafiss
authored andcommitted
Update version to 6.1.0
1 parent 8641268 commit 3824f86

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 6.1.0 - 2021-04-26
4+
5+
- Add a telemetry query on start-up. This helps the Cockroach Labs team
6+
prioritize support for the adapter. It can be disabled by setting the
7+
`disable_cockroachdb_telemetry` configuration option to false.
8+
39
## 6.1.0-beta.3 - 2021-04-02
410

511
- Added a configuration option named `use_follower_reads_for_type_introspection`.

activerecord-cockroachdb-adapter.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "activerecord-cockroachdb-adapter"
7-
spec.version = "6.1.0-beta.3"
7+
spec.version = "6.1.0"
88
spec.licenses = ["Apache-2.0"]
99
spec.authors = ["Cockroach Labs"]
1010
spec.email = ["[email protected]"]

0 commit comments

Comments
 (0)