Skip to content

Commit

Permalink
Update version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solongordon authored and rafiss committed Apr 26, 2021
1 parent 8641268 commit 3824f86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.1.0 - 2021-04-26

- Add a telemetry query on start-up. This helps the Cockroach Labs team
prioritize support for the adapter. It can be disabled by setting the
`disable_cockroachdb_telemetry` configuration option to false.

## 6.1.0-beta.3 - 2021-04-02

- Added a configuration option named `use_follower_reads_for_type_introspection`.
Expand Down
2 changes: 1 addition & 1 deletion activerecord-cockroachdb-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "activerecord-cockroachdb-adapter"
spec.version = "6.1.0-beta.3"
spec.version = "6.1.0"
spec.licenses = ["Apache-2.0"]
spec.authors = ["Cockroach Labs"]
spec.email = ["[email protected]"]
Expand Down

0 comments on commit 3824f86

Please sign in to comment.