Skip to content

Commit 18eb4b2

Browse files
committed
bump to 6.0.1
1 parent aa80525 commit 18eb4b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 6.0.1 - 2021-05-14
4+
5+
- Fix a bug where starting the driver can result in a NoDatabaseError.
6+
37
## 6.0.0 - 2021-04-26
48

59
- Add a telemetry query on start-up. This helps the Cockroach Labs team

activerecord-cockroachdb-adapter.gemspec

+1-1
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.0.0"
7+
spec.version = "6.0.1"
88
spec.licenses = ["Apache-2.0"]
99
spec.authors = ["Cockroach Labs"]
1010
spec.email = ["cockroach-db@googlegroups.com"]

0 commit comments

Comments
 (0)