From e6689a85082fa9872c688782204cf93ff1a95d59 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 21:56:23 +0000 Subject: [PATCH] chore(main): release storage 1.24.0 --- storage/.release-please-manifest.json | 2 +- storage/CHANGES.md | 7 +++++++ storage/internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/storage/.release-please-manifest.json b/storage/.release-please-manifest.json index 110758e0c145..7e1a2feb7072 100644 --- a/storage/.release-please-manifest.json +++ b/storage/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "storage": "1.23.0" + "storage": "1.24.0" } \ No newline at end of file diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 4a80b8ff4cfe..a4479fa908bf 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.24.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.23.0...storage/v1.24.0) (2022-07-14) + + +### Features + +* **storage:** add Custom Placement Config Dual Region Support ([#6294](https://github.com/googleapis/google-cloud-go/issues/6294)) ([5a8c607](https://github.com/googleapis/google-cloud-go/commit/5a8c607e3a9a3265887e27cb13f8943f3e3fa23d)) + ## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.22.1...storage/v1.23.0) (2022-06-23) diff --git a/storage/internal/version.go b/storage/internal/version.go index 639553700322..291a237fe1cd 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.23.0" +const Version = "1.24.0"