Skip to content

Commit ff76982

Browse files
chore(main): release activerecord-spanner-adapter 2.5.0
1 parent b1aecb1 commit ff76982

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.0"
2+
".": "2.5.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### 2.5.0 (2026-02-11)
4+
5+
#### Features
6+
7+
* add support for the UUID data type ([#387](https://github.com/googleapis/ruby-spanner-activerecord/issues/387))
8+
* support ActiveRecord 8.1.x ([#385](https://github.com/googleapis/ruby-spanner-activerecord/issues/385))
9+
310
### 2.4.0 (2026-02-04)
411

512
#### Features

lib/activerecord_spanner_adapter/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# https://opensource.org/licenses/MIT.
66

77
module ActiveRecordSpannerAdapter
8-
VERSION = "2.4.0".freeze
8+
VERSION = "2.5.0".freeze
99
end

0 commit comments

Comments
 (0)