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 f4631e6 commit b2273d5Copy full SHA for b2273d5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## 7.2.1 - 2025-03-26
8
9
- Fix transaction state on rollback ([#364](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/364))
lib/version.rb
@@ -15,5 +15,5 @@
15
# limitations under the License.
16
17
module ActiveRecord
18
- COCKROACH_DB_ADAPTER_VERSION = "7.2.1"
+ COCKROACH_DB_ADAPTER_VERSION = "7.2.2"
19
end
0 commit comments