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.
2 parents db406bb + c9a1ad7 commit 27ebc9eCopy full SHA for 27ebc9e
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Ongoing
4
5
+## 8.1.0 - 2025-11-25
6
+- Add support for Rails 8.1 ([#386](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/386))
7
+
8
## 8.0.3 - 2025-08-19
9
10
- Fixed the handling of column comments that end in a single quote ([#382](https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/382))
lib/version.rb
@@ -15,5 +15,5 @@
15
# limitations under the License.
16
17
module ActiveRecord
18
- COCKROACH_DB_ADAPTER_VERSION = "8.0.3"
+ COCKROACH_DB_ADAPTER_VERSION = "8.1.0"
19
end
0 commit comments