From 50134772bb9c0a8f9e18ef193a6c9ab408f222fe Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 18:19:24 +0000 Subject: [PATCH] chore(main): release pubsub 1.28.0 --- .release-please-manifest-individual.json | 2 +- pubsub/CHANGES.md | 7 +++++++ pubsub/internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index b59fd2f6845..093e6ebcab7 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -6,7 +6,7 @@ "firestore": "1.9.0", "logging": "1.6.1", "profiler": "0.3.1", - "pubsub": "1.27.1", + "pubsub": "1.28.0", "pubsublite": "1.5.0", "spanner": "1.41.0", "storage": "1.28.1" diff --git a/pubsub/CHANGES.md b/pubsub/CHANGES.md index b044ce3dbbe..2653898d58c 100644 --- a/pubsub/CHANGES.md +++ b/pubsub/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.27.1...pubsub/v1.28.0) (2022-12-05) + + +### Features + +* **pubsub:** rewrite signatures and type in terms of new location ([620e6d8](https://github.com/googleapis/google-cloud-go/commit/620e6d828ad8641663ae351bfccfe46281e817ad)) + ## [1.27.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.27.0...pubsub/v1.27.1) (2022-12-02) diff --git a/pubsub/internal/version.go b/pubsub/internal/version.go index c828210e2d6..50f34dc83c5 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.27.1" +const Version = "1.28.0"