Skip to content

Commit

Permalink
upgrade to v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
otan committed May 19, 2021
1 parent 305958b commit b909528
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.2 - 2021-05-20

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

## 6.0.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.0.1"
spec.version = "6.0.2"
spec.licenses = ["Apache-2.0"]
spec.authors = ["Cockroach Labs"]
spec.email = ["[email protected]"]
Expand Down

0 comments on commit b909528

Please sign in to comment.