Skip to content

Commit ac7edda

Browse files
committed
gemspec: udpate to 6.1.0-beta.2
1 parent 4866e9d commit ac7edda

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 6.1.0-beta.2 - 2021-03-06
4+
5+
- Improved connection performance by refactoring an introspection
6+
that loads types.
7+
- Changed version numbers to semver.
8+
9+
## 6.1.0beta1
10+
11+
- Initial support for Rails 6.1.
12+
- Support for spatial functionality.

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.0beta1"
7+
spec.version = "6.1.0-beta.2"
88
spec.licenses = ["Apache-2.0"]
99
spec.authors = ["Cockroach Labs"]
1010
spec.email = ["[email protected]"]

0 commit comments

Comments
 (0)