Skip to content

Commit

Permalink
Merge pull request #208 from otan-cockroach/6.1.2
Browse files Browse the repository at this point in the history
upgrade to 6.1.2
  • Loading branch information
otan authored May 19, 2021
2 parents ceefb88 + c4e213f commit 80c19c1
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.1.2 - 2021-05-20

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

## 6.1.1 - 2021-05-14

- Fix a bug where starting the driver can result in a NoDatabaseError.
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.1"
spec.version = "6.1.2"
spec.licenses = ["Apache-2.0"]
spec.authors = ["Cockroach Labs"]
spec.email = ["[email protected]"]
Expand Down

0 comments on commit 80c19c1

Please sign in to comment.