Skip to content

Commit

Permalink
chore(main): release spanner 1.30.1 (#5779)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 28, 2022
1 parent c18bc47 commit 1ca4170
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Expand Up @@ -92,7 +92,7 @@
"servicemanagement": "1.3.0",
"serviceusage": "1.2.0",
"shell": "1.2.0",
"spanner": "1.30.0",
"spanner": "1.30.1",
"speech": "1.3.0",
"storage": "1.21.0",
"storagetransfer": "1.2.0",
Expand Down
7 changes: 7 additions & 0 deletions spanner/CHANGES.md
@@ -1,5 +1,12 @@
# Changes

### [1.30.1](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.30.0...spanner/v1.30.1) (2022-03-28)


### Bug Fixes

* **spanner:** early unlock of session pool lock during dumping the tracked session handles to avoid deadlock ([#5777](https://github.com/googleapis/google-cloud-go/issues/5777)) ([b007836](https://github.com/googleapis/google-cloud-go/commit/b0078362865159b87bc34c1a7f990a361f1cafcf))

## [1.30.0](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.29.0...spanner/v1.30.0) (2022-03-04)


Expand Down
2 changes: 1 addition & 1 deletion spanner/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.30.0"
const Version = "1.30.1"

0 comments on commit 1ca4170

Please sign in to comment.