Skip to content

Commit 93f0a4c

Browse files
committed
Bump to 8.0.1
1 parent 9ec0026 commit 93f0a4c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.1 - 2025-03-04
6+
7+
- Fixed retry logic after transaction rollback ([#364](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/364))
8+
59
## 8.0.0 - 2024-12-19
610

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

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 = "8.0.0"
18+
COCKROACH_DB_ADAPTER_VERSION = "8.0.1"
1919
end

0 commit comments

Comments
 (0)