Skip to content

Commit b5b7cde

Browse files
chore(main): release pubsub 1.28.0 (#7124)
🤖 I have created a release *beep* *boop* --- ## [1.28.0](https://togithub.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://togithub.com/googleapis/google-cloud-go/commit/620e6d828ad8641663ae351bfccfe46281e817ad)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
1 parent 4854a71 commit b5b7cde

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"firestore": "1.9.0",
77
"logging": "1.6.1",
88
"profiler": "0.3.1",
9-
"pubsub": "1.27.1",
9+
"pubsub": "1.28.0",
1010
"pubsublite": "1.5.0",
1111
"spanner": "1.41.0",
1212
"storage": "1.28.1"

pubsub/CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changes
22

3+
## [1.28.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.27.1...pubsub/v1.28.0) (2022-12-05)
4+
5+
6+
### Features
7+
8+
* **pubsub:** rewrite signatures and type in terms of new location ([620e6d8](https://github.com/googleapis/google-cloud-go/commit/620e6d828ad8641663ae351bfccfe46281e817ad))
9+
310
## [1.27.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.27.0...pubsub/v1.27.1) (2022-12-02)
411

512

pubsub/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.27.1"
18+
const Version = "1.28.0"

0 commit comments

Comments
 (0)