From def5165fe8117d9aef3dd20c27d0f1aab09cd326 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 05:56:57 +0000 Subject: [PATCH] chore(main): release errorreporting 0.3.2 --- .release-please-manifest-individual.json | 2 +- errorreporting/CHANGES.md | 14 +++++++++++++- errorreporting/internal/version.go | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 7d651090645d..b2536b019bf6 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -4,7 +4,7 @@ "bigquery": "1.64.0", "bigtable": "1.33.0", "datastore": "1.20.0", - "errorreporting": "0.3.1", + "errorreporting": "0.3.2", "firestore": "1.17.0", "logging": "1.12.0", "profiler": "0.4.1", diff --git a/errorreporting/CHANGES.md b/errorreporting/CHANGES.md index 54f5aeaf9d9f..4391d913a55d 100644 --- a/errorreporting/CHANGES.md +++ b/errorreporting/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## [0.3.2](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.3.1...errorreporting/v0.3.2) (2024-11-15) + + +### Bug Fixes + +* **errorreporting:** Bump dependencies ([2ddeb15](https://github.com/googleapis/google-cloud-go/commit/2ddeb1544a53188a7592046b98913982f1b0cf04)) +* **errorreporting:** Bump google.golang.org/api@v0.187.0 ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b)) +* **errorreporting:** Bump google.golang.org/grpc@v1.64.1 ([8ecc4e9](https://github.com/googleapis/google-cloud-go/commit/8ecc4e9622e5bbe9b90384d5848ab816027226c5)) +* **errorreporting:** Update dependencies ([257c40b](https://github.com/googleapis/google-cloud-go/commit/257c40bd6d7e59730017cf32bda8823d7a232758)) +* **errorreporting:** Update google.golang.org/api to v0.191.0 ([5b32644](https://github.com/googleapis/google-cloud-go/commit/5b32644eb82eb6bd6021f80b4fad471c60fb9d73)) +* **errorreporting:** Update google.golang.org/api to v0.203.0 ([8bb87d5](https://github.com/googleapis/google-cloud-go/commit/8bb87d56af1cba736e0fe243979723e747e5e11e)) +* **errorreporting:** 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)) + ## [0.3.1](https://github.com/googleapis/google-cloud-go/compare/errorreporting/v0.3.0...errorreporting/v0.3.1) (2024-07-01) @@ -28,4 +41,3 @@ This is the first tag to carve out errorreporting as its own module. See [Add a module to a multi-module repository](https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository). - diff --git a/errorreporting/internal/version.go b/errorreporting/internal/version.go index f244b8b5238a..39297c6d9a08 100644 --- a/errorreporting/internal/version.go +++ b/errorreporting/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.3.1" +const Version = "0.3.2"