Skip to content

Commit ca86474

Browse files
chore(main): release pubsub 1.36.1 (#9334)
1 parent fd1d569 commit ca86474

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.14.0",
99
"logging": "1.9.0",
1010
"profiler": "0.4.0",
11-
"pubsub": "1.36.0",
11+
"pubsub": "1.36.1",
1212
"pubsublite": "1.8.1",
1313
"spanner": "1.56.0",
1414
"storage": "1.37.0",

pubsub/CHANGES.md

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

3+
## [1.36.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.36.0...pubsub/v1.36.1) (2024-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **pubsub:** Enable universe domain resolution options ([fd1d569](https://github.com/googleapis/google-cloud-go/commit/fd1d56930fa8a747be35a224611f4797b8aeb698))
9+
310
## [1.36.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.35.0...pubsub/v1.36.0) (2024-01-26)
411

512

@@ -546,4 +553,3 @@ Small fix to a package name.
546553

547554
This is the first tag to carve out pubsub as its own module. See:
548555
https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.
549-

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.36.0"
18+
const Version = "1.36.1"

0 commit comments

Comments
 (0)