Skip to content

Commit

Permalink
chore(main): release storage 1.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 6, 2023
1 parent 2f9eb1c commit cae1d83
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -9,5 +9,5 @@
"pubsub": "1.32.0",
"pubsublite": "1.8.1",
"spanner": "1.47.0",
"storage": "1.31.0"
"storage": "1.31.1"
}
8 changes: 8 additions & 0 deletions storage/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changes


## [1.31.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.31.0...storage/v1.31.1) (2023-07-06)


### Bug Fixes

* **storage:** Fix AllObjects condition in gRPC ([#8184](https://github.com/googleapis/google-cloud-go/issues/8184)) ([2b99e4f](https://github.com/googleapis/google-cloud-go/commit/2b99e4f39be20fe21e8bc5c1ec1c0e758222c46e)), refs [#6205](https://github.com/googleapis/google-cloud-go/issues/6205)
* **storage:** Update gRPC retry codes ([#8202](https://github.com/googleapis/google-cloud-go/issues/8202)) ([afdf772](https://github.com/googleapis/google-cloud-go/commit/afdf772fc6a90b3010eee9d70ab65e22e276f53f))

## [1.31.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.30.1...storage/v1.31.0) (2023-06-27)


Expand Down
2 changes: 1 addition & 1 deletion storage/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.31.0"
const Version = "1.31.1"

0 comments on commit cae1d83

Please sign in to comment.