Skip to content

Commit

Permalink
bump to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BuonOmo authored and rafiss committed Dec 20, 2024
1 parent 63e8e86 commit b7edaea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Ongoing

## 8.0.0 - 2024-12-19

- Add support for Rails 8.0 ([#356](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/356))

## 7.2.0 - 2024-09-24

- Add support for Rails 7.2 ([#337](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/337))
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ of the PostgreSQL adapter that establishes compatibility with [CockroachDB](http
Add this line to your project's Gemfile:

```ruby
gem 'activerecord-cockroachdb-adapter', '~> 7.2.0'
gem 'activerecord-cockroachdb-adapter', '~> 8.0.0'
```

If you're using Rails 7.0, use the `7.0.x` versions of this gem.

If you're using Rails 7.1, use the `7.1.x` versions of this gem.

If you're using Rails 7.2, use the `7.2.x` versions of this gem.
The minimal CockroachDB version required is 23.1.12 for this version.

If you're using Rails 8.0, use the `8.0.x` versions of this gem.

In `database.yml`, use the following adapter setting:

```
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# limitations under the License.

module ActiveRecord
COCKROACH_DB_ADAPTER_VERSION = "7.2.0"
COCKROACH_DB_ADAPTER_VERSION = "8.0.0"
end

0 comments on commit b7edaea

Please sign in to comment.