Skip to content

Commit 7a96ab9

Browse files
chore(main): release google-cloud-spanner 2.35.0 (#222)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ad409f5 commit 7a96ab9

3 files changed

Lines changed: 8 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-
"google-cloud-spanner": "2.34.0"
2+
"google-cloud-spanner": "2.35.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.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+
39
### 2.34.0 (2026-01-30)
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.34.0".freeze
19+
VERSION = "2.35.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)