We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec0026 commit 93f0a4cCopy full SHA for 93f0a4c
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Ongoing
4
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
9
## 8.0.0 - 2024-12-19
10
11
- Add support for Rails 8.0 ([#356](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/356))
lib/version.rb
@@ -15,5 +15,5 @@
15
# limitations under the License.
16
17
module ActiveRecord
18
- COCKROACH_DB_ADAPTER_VERSION = "8.0.0"
+ COCKROACH_DB_ADAPTER_VERSION = "8.0.1"
19
end
0 commit comments