We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad409f5 commit 7a96ab9Copy full SHA for 7a96ab9
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- "google-cloud-spanner": "2.34.0"
+ "google-cloud-spanner": "2.35.0"
3
}
google-cloud-spanner/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History
+### 2.35.0 (2026-02-23)
4
+
5
+#### Features
6
7
+* propagate transaction tag correctly in all scenarios ([#219](https://github.com/googleapis/ruby-spanner/issues/219))
8
9
### 2.34.0 (2026-01-30)
10
11
#### Features
google-cloud-spanner/lib/google/cloud/spanner/version.rb
@@ -16,7 +16,7 @@
16
module Google
17
module Cloud
18
module Spanner
19
- VERSION = "2.34.0".freeze
+ VERSION = "2.35.0".freeze
20
end
21
22
0 commit comments