Skip to content

Commit 80c19c1

Browse files
authored
Merge pull request #208 from otan-cockroach/6.1.2
upgrade to 6.1.2
2 parents ceefb88 + c4e213f commit 80c19c1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 6.1.2 - 2021-05-20
4+
5+
- Fix a bug where starting the driver can result in a ConnectionNotEstablished error.
6+
37
## 6.1.1 - 2021-05-14
48

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

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.1"
7+
spec.version = "6.1.2"
88
spec.licenses = ["Apache-2.0"]
99
spec.authors = ["Cockroach Labs"]
1010
spec.email = ["[email protected]"]

0 commit comments

Comments
 (0)