Skip to content

Commit 75b1c7a

Browse files
chore(main): release google-cloud-spanner 2.36.0 (#228)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d7a954c commit 75b1c7a

3 files changed

Lines changed: 11 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.35.0"
2+
"google-cloud-spanner": "2.36.0"
33
}

google-cloud-spanner/CHANGELOG.md

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

3+
### 2.36.0 (2026-05-08)
4+
5+
#### Features
6+
7+
* set txn opts at client level ([#234](https://github.com/googleapis/ruby-spanner/issues/234))
8+
#### Bug Fixes
9+
10+
* lift up and fix circular requires ([#226](https://github.com/googleapis/ruby-spanner/issues/226))
11+
312
### 2.35.0 (2026-02-23)
413

514
#### 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.35.0".freeze
19+
VERSION = "2.36.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)