Skip to content

Commit ef367dd

Browse files
committed
Bump to 8.0.2
1 parent f01c835 commit ef367dd

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.2 - 2025-07-14
6+
7+
- Fixed the `db:migrate` command by removing usage of `execute_and_clear` function ([#377](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/377))
8+
59
## 8.0.1 - 2025-03-04
610

711
- Fixed retry logic after transaction rollback ([#364](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/364))

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.1"
18+
COCKROACH_DB_ADAPTER_VERSION = "8.0.2"
1919
end

0 commit comments

Comments
 (0)