Skip to content

Commit

Permalink
Prepare v7.0.3 release
Browse files Browse the repository at this point in the history
After this, we can publish the new gem.
  • Loading branch information
rafiss committed Aug 23, 2023
1 parent 77d8ebe commit 41fff74
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.0.3 - 2023-08-23

- Fix Multiple Database connections ([#283](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/)).
- Add support for sql load in rake tasks ([#275](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/)).
- Add support for sql dump in rake tasks ([#273](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/)).
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.0.2"
COCKROACH_DB_ADAPTER_VERSION = "7.0.3"
end

0 comments on commit 41fff74

Please sign in to comment.