Skip to content

Commit

Permalink
bump to 7.1.1
Browse files Browse the repository at this point in the history
- Enable precision support ([#318](#318))
- Support arbitrary max identifier length ([#317](#317)).
- Fix `#schema_names` not to return `crdb_internal` ([#316](#316))
  • Loading branch information
BuonOmo authored and rafiss committed May 4, 2024
1 parent 07f9fef commit 6a2a593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Ongoing

## 7.1.1 - 2024-05-01

- Enable precision support ([#318](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/318))
- Support arbitrary max identifier length ([#317](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/317)).
- Fix `#schema_names` not to return `crdb_internal` ([#316](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/316))
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecord
COCKROACH_DB_ADAPTER_VERSION = "7.1.0"
COCKROACH_DB_ADAPTER_VERSION = "7.1.1"
end

0 comments on commit 6a2a593

Please sign in to comment.