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"