diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 1da325d7d445..7235c9b5f83b 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -11,6 +11,6 @@ "pubsub": "1.34.0", "pubsublite": "1.8.1", "spanner": "1.55.0", - "storage": "1.36.0", + "storage": "1.37.0", "vertexai": "0.6.0" } diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 8b3fa6fc483b..0e2f744f7db8 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,18 @@ # Changes +## [1.37.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.36.0...storage/v1.37.0) (2024-01-22) + + +### Features + +* **storage:** Add maxAttempts RetryOption ([#9215](https://github.com/googleapis/google-cloud-go/issues/9215)) ([e348cc5](https://github.com/googleapis/google-cloud-go/commit/e348cc5340e127b530e8ee4664fd995e6f038b2c)) + + +### Bug Fixes + +* **storage:** Migrate deprecated proto dep ([#9232](https://github.com/googleapis/google-cloud-go/issues/9232)) ([ebbb610](https://github.com/googleapis/google-cloud-go/commit/ebbb610e0f58035fd01ad7893971382d8bbd092f)), refs [#9189](https://github.com/googleapis/google-cloud-go/issues/9189) + ## [1.36.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.35.1...storage/v1.36.0) (2023-12-14) diff --git a/storage/internal/version.go b/storage/internal/version.go index 2d5cf890e064..e49d8a532880 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.36.0" +const Version = "1.37.0"