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"