Skip to content

Commit

Permalink
bump to 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
otan committed May 14, 2021
1 parent aa80525 commit 18eb4b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 6.0.1 - 2021-05-14

- Fix a bug where starting the driver can result in a NoDatabaseError.

## 6.0.0 - 2021-04-26

- Add a telemetry query on start-up. This helps the Cockroach Labs team
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.0.0"
spec.version = "6.0.1"
spec.licenses = ["Apache-2.0"]
spec.authors = ["Cockroach Labs"]
spec.email = ["[email protected]"]
Expand Down

0 comments on commit 18eb4b2

Please sign in to comment.