We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a954c commit 75b1c7aCopy full SHA for 75b1c7a
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- "google-cloud-spanner": "2.35.0"
+ "google-cloud-spanner": "2.36.0"
3
}
google-cloud-spanner/CHANGELOG.md
@@ -1,5 +1,14 @@
# Release History
+### 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
12
### 2.35.0 (2026-02-23)
13
14
#### 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.35.0".freeze
+ VERSION = "2.36.0".freeze
20
end
21
22
0 commit comments