From 2dd356af5962a5a1d6ded7d1ac505b89bac77b65 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 11:03:49 -0700 Subject: [PATCH] chore(main): release pubsub 1.23.0 (#6246) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- pubsub/.release-please-manifest.json | 2 +- pubsub/CHANGES.md | 8 ++++++++ pubsub/internal/version.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/pubsub/.release-please-manifest.json b/pubsub/.release-please-manifest.json index b4105fd93e6..9104e6cd090 100644 --- a/pubsub/.release-please-manifest.json +++ b/pubsub/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "pubsub": "1.22.2" + "pubsub": "1.23.0" } diff --git a/pubsub/CHANGES.md b/pubsub/CHANGES.md index 3392c92f929..f5eca79cc55 100644 --- a/pubsub/CHANGES.md +++ b/pubsub/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.23.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.22.2...pubsub/v1.23.0) (2022-06-23) + + +### Features + +* **pubsub:** report publisher outstanding metrics ([#6187](https://github.com/googleapis/google-cloud-go/issues/6187)) ([cc1528b](https://github.com/googleapis/google-cloud-go/commit/cc1528b2bfebbb48d49bcacd639abf2cf3468c96)) +* **pubsub:** support bigquery subscriptions ([#6119](https://github.com/googleapis/google-cloud-go/issues/6119)) ([81f704a](https://github.com/googleapis/google-cloud-go/commit/81f704a2cdeece8f73d7c09eae730a905afdb870)) + ## [1.22.2](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.22.1...pubsub/v1.22.2) (2022-06-03) diff --git a/pubsub/internal/version.go b/pubsub/internal/version.go index f34a85df50d..63955370032 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.22.2" +const Version = "1.23.0"