From 4bf0fe56cb41c14d279290d005297b231acd93f1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 14:09:28 +0000 Subject: [PATCH] chore(main): release pubsub 1.25.1 --- pubsub/.release-please-manifest.json | 2 +- pubsub/CHANGES.md | 7 +++++++ pubsub/internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pubsub/.release-please-manifest.json b/pubsub/.release-please-manifest.json index edd07926364..063f75acc65 100644 --- a/pubsub/.release-please-manifest.json +++ b/pubsub/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "pubsub": "1.25.0" + "pubsub": "1.25.1" } diff --git a/pubsub/CHANGES.md b/pubsub/CHANGES.md index 91bed35d16d..2a1fd544233 100644 --- a/pubsub/CHANGES.md +++ b/pubsub/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.25.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.25.0...pubsub/v1.25.1) (2022-08-24) + + +### Bug Fixes + +* **pubsub:** up version of cloud.google.com/go ([#6558](https://github.com/googleapis/google-cloud-go/issues/6558)) ([be9dcfb](https://github.com/googleapis/google-cloud-go/commit/be9dcfbdfa5876a548eb3c60337c38e1d282bb88)), refs [#6555](https://github.com/googleapis/google-cloud-go/issues/6555) + ## [1.25.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.24.0...pubsub/v1.25.0) (2022-08-23) diff --git a/pubsub/internal/version.go b/pubsub/internal/version.go index f494e95b15d..40d1a891605 100644 --- a/pubsub/internal/version.go +++ b/pubsub/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.25.0" +const Version = "1.25.1"