From 557727fd28ed56790a75b328380e32cb0be15b43 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 00:04:21 +0000 Subject: [PATCH] chore(main): release storage 1.43.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 2caa72fd11e2..ceb8dd1d2b2a 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -13,6 +13,6 @@ "pubsub": "1.40.0", "pubsublite": "1.8.2", "spanner": "1.64.0", - "storage": "1.43.0", + "storage": "1.43.1", "vertexai": "0.12.0" } diff --git a/storage/CHANGES.md b/storage/CHANGES.md index e9fb55585b97..a5e6f8a31d8f 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.43.1](https://github.com/googleapis/google-cloud-go/compare/storage/v1.43.0...storage/v1.43.1) (2024-07-09) + + +### Bug Fixes + +* **storage/transfermanager:** Correct Attrs.StartOffset for sharded downloads ([#10512](https://github.com/googleapis/google-cloud-go/issues/10512)) ([01a5cbb](https://github.com/googleapis/google-cloud-go/commit/01a5cbba6d9d9f425f045b58fa16d8c85804c29c)) + ## [1.43.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.42.0...storage/v1.43.0) (2024-07-03) diff --git a/storage/internal/version.go b/storage/internal/version.go index e5b2de09172f..20ecfdd1a8f9 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.43.0" +const Version = "1.43.1"