From cae1d830988a820967bb414f9327ebf1d9e7c300 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 15:34:29 +0000 Subject: [PATCH] chore(main): release storage 1.31.1 --- .release-please-manifest-individual.json | 2 +- storage/CHANGES.md | 8 ++++++++ storage/internal/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 2aba84cd04f3..4e2879574a33 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -9,5 +9,5 @@ "pubsub": "1.32.0", "pubsublite": "1.8.1", "spanner": "1.47.0", - "storage": "1.31.0" + "storage": "1.31.1" } diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 70251dddeca6..7e507ea245c4 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -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) diff --git a/storage/internal/version.go b/storage/internal/version.go index 9c7380dc515f..e93d90d7f154 100644 --- a/storage/internal/version.go +++ b/storage/internal/version.go @@ -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"