From bed3908a66c153daf9fa8cefe174b2f0575eecad Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:30:07 -0400 Subject: [PATCH] chore(main): release storage 1.34.1 (#8962) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Chris Cotter --- .release-please-manifest-individual.json | 2 +- storage/CHANGES.md | 7 +++++++ storage/internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index bddce6c343f0..4aab0591cd5b 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -11,5 +11,5 @@ "pubsub": "1.33.0", "pubsublite": "1.8.1", "spanner": "1.51.0", - "storage": "1.34.0" + "storage": "1.34.1" } diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 200469ea8713..f1d51afb71dc 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.34.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.34.0...storage/v1.34.1) (2023-11-01) + + +### Bug Fixes + +* **storage:** Bump google.golang.org/api to v0.149.0 ([8d2ab9f](https://github.com/googleapis/google-cloud-go/commit/8d2ab9f320a86c1c0fab90513fc05861561d0880)) + ## [1.34.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.33.0...storage/v1.34.0) (2023-10-31) diff --git a/storage/internal/version.go b/storage/internal/version.go index a018e6275b14..4a81ada09dbc 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.34.0" +const Version = "1.34.1"