From ca864744d35ee5c3c91f347c38730ed94eedd1cb Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:41:53 -0800 Subject: [PATCH] chore(main): release pubsub 1.36.1 (#9334) --- .release-please-manifest-individual.json | 2 +- pubsub/CHANGES.md | 8 +++++++- pubsub/internal/version.go | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index de02da593d4f..403f7786ea2c 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -8,7 +8,7 @@ "firestore": "1.14.0", "logging": "1.9.0", "profiler": "0.4.0", - "pubsub": "1.36.0", + "pubsub": "1.36.1", "pubsublite": "1.8.1", "spanner": "1.56.0", "storage": "1.37.0", diff --git a/pubsub/CHANGES.md b/pubsub/CHANGES.md index f0b8f83de350..351255bb5a95 100644 --- a/pubsub/CHANGES.md +++ b/pubsub/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.36.1](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.36.0...pubsub/v1.36.1) (2024-01-30) + + +### Bug Fixes + +* **pubsub:** Enable universe domain resolution options ([fd1d569](https://github.com/googleapis/google-cloud-go/commit/fd1d56930fa8a747be35a224611f4797b8aeb698)) + ## [1.36.0](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.35.0...pubsub/v1.36.0) (2024-01-26) @@ -546,4 +553,3 @@ Small fix to a package name. This is the first tag to carve out pubsub as its own module. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository. - diff --git a/pubsub/internal/version.go b/pubsub/internal/version.go index 2d5cf890e064..e6854f46150e 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.36.0" +const Version = "1.36.1"