From e170343eb43ef7069c4661fedfba082ef74ddb93 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:26:24 +0000 Subject: [PATCH] chore(main): release storage 1.39.1 --- .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 cfba75277e7a..d3fc8314b4bb 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 51447bf380af..9cb6f8f17c8a 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-11) + + +### 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 385391b28ace..43604a2b1793 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"