diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 2d862d2851f..b994cd23f7f 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -11,6 +11,6 @@ "pubsub": "1.37.0", "pubsublite": "1.8.1", "spanner": "1.58.0", - "storage": "1.39.0", + "storage": "1.39.1", "vertexai": "0.7.1" } diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 51447bf380a..bff974e5fb2 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.39.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.39.0...storage/v1.39.1) (2024-03-10) + + +### Bug Fixes + +* **storage:** Add object validation case and test ([#9521](https://github.com/googleapis/google-cloud-go/issues/9521)) ([386bef3](https://github.com/googleapis/google-cloud-go/commit/386bef319b4678beaa926ddfe4edef190f11b68d)) + ## [1.39.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.38.0...storage/v1.39.0) (2024-02-29) diff --git a/storage/internal/version.go b/storage/internal/version.go index 385391b28ac..43604a2b179 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.39.0" +const Version = "1.39.1"