Skip to content

Commit e59ac00

Browse files
chore(main): release spanner 1.76.1 (#11627)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: rahul2393 <[email protected]>
1 parent 3136c72 commit e59ac00

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"profiler": "0.4.2",
1111
"pubsub": "1.47.0",
1212
"pubsublite": "1.8.2",
13-
"spanner": "1.76.0",
13+
"spanner": "1.76.1",
1414
"storage": "1.50.0",
1515
"vertexai": "0.13.3"
1616
}

spanner/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.76.1](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.76.0...spanner/v1.76.1) (2025-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **spanner:** Multiplexed_session_previous_transaction_id is not supported in the request for a non multiplexed session ([#11626](https://github.com/googleapis/google-cloud-go/issues/11626)) ([a940bef](https://github.com/googleapis/google-cloud-go/commit/a940befed09ba7ff0de12c720036bc93fee7e8c7))
9+
310
## [1.76.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.75.0...spanner/v1.76.0) (2025-02-20)
411

512

spanner/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.76.0"
18+
const Version = "1.76.1"

0 commit comments

Comments
 (0)