Skip to content

Commit b2273d5

Browse files
committed
Bump to 7.2.2
1 parent f4631e6 commit b2273d5

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
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.2.2 - 2025-08-20
4+
5+
- Fixed the handling of column comments that end in a single quote ([#384](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/384))
6+
37
## 7.2.1 - 2025-03-26
48

59
- Fix transaction state on 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 = "7.2.1"
18+
COCKROACH_DB_ADAPTER_VERSION = "7.2.2"
1919
end

0 commit comments

Comments
 (0)