diff --git a/storage/.release-please-manifest.json b/storage/.release-please-manifest.json index 3186e6d255d3..fe31c65bd25e 100644 --- a/storage/.release-please-manifest.json +++ b/storage/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "storage": "1.27.0" + "storage": "1.28.0" } \ No newline at end of file diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 7dbf460aabf5..b5f4ce1c6d96 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,24 @@ # Changes +## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.27.0...storage/v1.28.0) (2022-10-17) + + +### Features + +* **storage/internal:** Add routing annotations ([ce3f945](https://github.com/googleapis/google-cloud-go/commit/ce3f9458e511eca0910992763232abbcd64698f1)) + + +### Bug Fixes + +* **storage:** Fix read-write race in Writer.Write ([#6817](https://github.com/googleapis/google-cloud-go/issues/6817)) ([4766d3e](https://github.com/googleapis/google-cloud-go/commit/4766d3e1004119b93c6bd352024b5bf3404252eb)) +* **storage:** Fix request token passing for Copier.Run ([#6863](https://github.com/googleapis/google-cloud-go/issues/6863)) ([faaab06](https://github.com/googleapis/google-cloud-go/commit/faaab066d8e509dc440bcbc87391557ecee7dbf2)), refs [#6857](https://github.com/googleapis/google-cloud-go/issues/6857) + + +### Documentation + +* **storage:** Update broken links for SignURL and PostPolicy ([#6779](https://github.com/googleapis/google-cloud-go/issues/6779)) ([776138b](https://github.com/googleapis/google-cloud-go/commit/776138bc06a1e5fd45acbf8f9d36e9dc6ce31dd3)) + ## [1.27.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.26.0...storage/v1.27.0) (2022-09-22) diff --git a/storage/internal/version.go b/storage/internal/version.go index dc1cb9f6009b..50f34dc83c52 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.27.0" +const Version = "1.28.0"