From 1fd120b77a7a8a907c50d3f2e5fb66623a934a8b Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:35:47 +0000 Subject: [PATCH] chore(main): release logging 1.12.1 --- .release-please-manifest-individual.json | 2 +- logging/CHANGES.md | 9 ++++++++- logging/internal/version.go | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 90430e8d2e44..0c0a45a66296 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -8,7 +8,7 @@ "datastore": "1.20.0", "errorreporting": "0.3.1", "firestore": "1.17.0", - "logging": "1.12.0", + "logging": "1.12.1", "profiler": "0.4.1", "pubsub": "1.45.1", "pubsublite": "1.8.2", diff --git a/logging/CHANGES.md b/logging/CHANGES.md index 03169c86b319..8995d43470b4 100644 --- a/logging/CHANGES.md +++ b/logging/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.12.1](https://github.com/googleapis/google-cloud-go/compare/logging/v1.12.0...logging/v1.12.1) (2024-11-04) + + +### Bug Fixes + +* **logging:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **logging:** WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020. ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) + ## [1.12.0](https://github.com/googleapis/google-cloud-go/compare/logging/v1.11.0...logging/v1.12.0) (2024-10-16) @@ -202,4 +210,3 @@ This is the first tag to carve out logging 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/logging/internal/version.go b/logging/internal/version.go index 4518b5fb4070..5ac4a843e11e 100644 --- a/logging/internal/version.go +++ b/logging/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.12.0" +const Version = "1.12.1"