Skip to content

Commit aa172ef

Browse files
chore(main): release google-cloud-spanner 2.34.0 (#216)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6f2fcde commit aa172ef

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.33.0"
2+
"google-cloud-spanner": "2.34.0"
33
}

google-cloud-spanner/CHANGELOG.md

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

3+
### 2.34.0 (2026-01-30)
4+
5+
#### Features
6+
7+
* Support request id header feature ([#215](https://github.com/googleapis/ruby-spanner/issues/215))
8+
39
### 2.33.0 (2025-12-12)
410

511
#### 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.33.0".freeze
19+
VERSION = "2.34.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)