Skip to content

Commit 349cac5

Browse files
chore(main): release activerecord-spanner-adapter 2.5.0
1 parent b31bd1c commit 349cac5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
#### Documentation
10+
11+
* update README to reflect support for Rails 8.1.x ([#388](https://github.com/googleapis/ruby-spanner-activerecord/issues/388))
12+
313
### 2.4.0 (2026-02-04)
414

515
#### 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)