Skip to content

Commit b7edaea

Browse files
BuonOmorafiss
authored andcommitted
bump to 8.0.0
1 parent 63e8e86 commit b7edaea

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Ongoing
44

5+
## 8.0.0 - 2024-12-19
6+
7+
- Add support for Rails 8.0 ([#356](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/356))
8+
59
## 7.2.0 - 2024-09-24
610

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ of the PostgreSQL adapter that establishes compatibility with [CockroachDB](http
88
Add this line to your project's Gemfile:
99

1010
```ruby
11-
gem 'activerecord-cockroachdb-adapter', '~> 7.2.0'
11+
gem 'activerecord-cockroachdb-adapter', '~> 8.0.0'
1212
```
1313

14-
If you're using Rails 7.0, use the `7.0.x` versions of this gem.
15-
1614
If you're using Rails 7.1, use the `7.1.x` versions of this gem.
1715

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

19+
If you're using Rails 8.0, use the `8.0.x` versions of this gem.
20+
2121
In `database.yml`, use the following adapter setting:
2222

2323
```

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# limitations under the License.
1616

1717
module ActiveRecord
18-
COCKROACH_DB_ADAPTER_VERSION = "7.2.0"
18+
COCKROACH_DB_ADAPTER_VERSION = "8.0.0"
1919
end

0 commit comments

Comments
 (0)