Skip to content

Commit a2e5c8c

Browse files
chore(main): release google-cloud-spanner 2.27.0 (#161)
1 parent 36ab4f4 commit a2e5c8c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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-
"google-cloud-spanner": "2.26.0"
2+
"google-cloud-spanner": "2.27.0"
33
}

google-cloud-spanner/CHANGELOG.md

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

3+
### 2.27.0 (2025-05-28)
4+
5+
#### Features
6+
7+
* Spanner Interval type ([#162](https://github.com/googleapis/ruby-spanner/issues/162))
8+
* Updated required Ruby version to 3.1 ([#160](https://github.com/googleapis/ruby-spanner/issues/160))
9+
310
### 2.26.0 (2025-03-24)
411

512
#### Features

google-cloud-spanner/lib/google/cloud/spanner/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Spanner
19-
VERSION = "2.26.0".freeze
19+
VERSION = "2.27.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)