From 650385878c4151c50e9f619acca74cdb4c1d79a1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 16:34:39 +0000 Subject: [PATCH] chore(main): release storage 1.25.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 7e1a2feb7072..5d45f25af3a3 100644 --- a/storage/.release-please-manifest.json +++ b/storage/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "storage": "1.24.0" + "storage": "1.25.0" } \ No newline at end of file diff --git a/storage/CHANGES.md b/storage/CHANGES.md index 75b3f62deb89..8bf994eec923 100644 --- a/storage/CHANGES.md +++ b/storage/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.24.0...storage/v1.25.0) (2022-08-04) + + +### Features + +* **storage/internal:** Add routing annotations ([8a8ba85](https://github.com/googleapis/google-cloud-go/commit/8a8ba85311f85701c97fd7c10f1d88b738ce423f)) + ## [1.24.0](https://github.com/googleapis/google-cloud-go/compare/storage/v1.23.0...storage/v1.24.0) (2022-07-20) diff --git a/storage/internal/version.go b/storage/internal/version.go index 291a237fe1cd..f494e95b15d3 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.24.0" +const Version = "1.25.0"