Skip to content

Commit 8cd9468

Browse files
chore(main): release pubsub 1.27.0 (#7069)
1 parent 756f7bf commit 8cd9468

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"firestore": "1.8.0",
99
"logging": "1.6.0",
1010
"profiler": "0.3.0",
11-
"pubsub": "1.26.0",
11+
"pubsub": "1.27.0",
1212
"pubsublite": "1.4.1",
1313
"spanner": "1.40.0",
1414
"storage": "1.28.0"

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.27.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.26.0...pubsub/v1.27.0) (2022-11-29)
4+
5+
6+
### Features
7+
8+
* **pubsub:** start generating proto stubs ([cf89415](https://github.com/googleapis/google-cloud-go/commit/cf894154e451a32b431fef2af3781a0d2d8080ff))
9+
310
## [1.26.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.25.1...pubsub/v1.26.0) (2022-10-24)
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.26.0"
18+
const Version = "1.27.0"

0 commit comments

Comments
 (0)