Skip to content

Commit

Permalink
chore(main): release spanner 1.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 9, 2024
1 parent 01a5cbb commit 8227294
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"profiler": "0.4.1",
"pubsub": "1.40.0",
"pubsublite": "1.8.2",
"spanner": "1.64.0",
"spanner": "1.64.1",
"storage": "1.43.0",
"vertexai": "0.12.0"
}
9 changes: 9 additions & 0 deletions spanner/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changes

## [1.64.1](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.64.0...spanner/v1.64.1) (2024-07-09)


### Bug Fixes

* **spanner/test:** Bump google.golang.org/[email protected] ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b))
* **spanner:** Bump google.golang.org/[email protected] ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b))
* **spanner:** HealthCheck should not decrement num_in_use sessions ([#10480](https://github.com/googleapis/google-cloud-go/issues/10480)) ([9b2b47f](https://github.com/googleapis/google-cloud-go/commit/9b2b47f107153d624d56709d9a8e6a6b72c39447))

## [1.64.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.63.0...spanner/v1.64.0) (2024-06-29)


Expand Down
2 changes: 1 addition & 1 deletion spanner/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.64.0"
const Version = "1.64.1"

0 comments on commit 8227294

Please sign in to comment.