From 670b06c546cc79cfae480b90fbdc5950abcf92e4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 00:54:20 +0000 Subject: [PATCH] chore(main): release storage 1.22.0 --- .release-please-manifest-submodules.json | 2 +- storage/CHANGES.md | 13 +++++++++++++ storage/internal/version.go | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index f77953c1d466..fcff5aca8627 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -94,7 +94,7 @@ "shell": "1.2.0", "spanner": "1.30.0", "speech": "1.3.0", - "storage": "1.21.0", + "storage": "1.22.0", "storagetransfer": "1.2.0", "talent": "0.5.0", "texttospeech": "1.3.0", diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 4acf3bee0aab..62cfca8aca68 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,19 @@ # Changes +## [1.22.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.21.0...storage/v1.22.0) (2022-03-23) + + +### Features + +* **storage:** allow specifying includeTrailingDelimiter ([#5617](https://github.com/googleapis/google-cloud-go/issues/5617)) ([a34503b](https://github.com/googleapis/google-cloud-go/commit/a34503bc0f0b95399285e8db66976b227e3b0072)) +* **storage:** set versionClient to module version ([55f0d92](https://github.com/googleapis/google-cloud-go/commit/55f0d92bf112f14b024b4ab0076c9875a17423c9)) + + +### Bug Fixes + +* **storage:** respect STORAGE_EMULATOR_HOST in signedURL ([#5673](https://github.com/googleapis/google-cloud-go/issues/5673)) ([1c249ae](https://github.com/googleapis/google-cloud-go/commit/1c249ae5b4980cf53fa74635943ca8bf6a96a341)) + ## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.20.0...storage/v1.21.0) (2022-02-17) diff --git a/storage/internal/version.go b/storage/internal/version.go index b1672963f6c5..eddfee04b0b3 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.21.0" +const Version = "1.22.0"