From 2c6e5906a4bc574ce8c515e37a6117db574da5a1 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 20:33:24 +0000 Subject: [PATCH] chore(main): release profiler 0.4.2 --- .release-please-manifest-individual.json | 2 +- profiler/CHANGES.md | 11 +++++++++++ profiler/internal/version.go | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index e19be1c9548f..4189f2622c01 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -9,7 +9,7 @@ "errorreporting": "0.3.1", "firestore": "1.17.0", "logging": "1.11.0", - "profiler": "0.4.1", + "profiler": "0.4.2", "pubsub": "1.43.0", "pubsublite": "1.8.2", "spanner": "1.68.0", diff --git a/profiler/CHANGES.md b/profiler/CHANGES.md index 27dec8bd03f8..52c9e9d3cda0 100644 --- a/profiler/CHANGES.md +++ b/profiler/CHANGES.md @@ -1,5 +1,16 @@ # Changes +## [0.4.2](https://github.com/googleapis/google-cloud-go/compare/profiler/v0.4.1...profiler/v0.4.2) (2024-09-29) + + +### Bug Fixes + +* **profiler:** Bump dependencies ([2ddeb15](https://github.com/googleapis/google-cloud-go/commit/2ddeb1544a53188a7592046b98913982f1b0cf04)) +* **profiler:** Bump google.golang.org/api@v0.187.0 ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b)) +* **profiler:** Bump google.golang.org/grpc@v1.64.1 ([8ecc4e9](https://github.com/googleapis/google-cloud-go/commit/8ecc4e9622e5bbe9b90384d5848ab816027226c5)) +* **profiler:** Update dependencies ([257c40b](https://github.com/googleapis/google-cloud-go/commit/257c40bd6d7e59730017cf32bda8823d7a232758)) +* **profiler:** Update google.golang.org/api to v0.191.0 ([5b32644](https://github.com/googleapis/google-cloud-go/commit/5b32644eb82eb6bd6021f80b4fad471c60fb9d73)) + ## [0.4.1](https://github.com/googleapis/google-cloud-go/compare/profiler/v0.4.0...profiler/v0.4.1) (2024-07-01) diff --git a/profiler/internal/version.go b/profiler/internal/version.go index 1f1c6c0747ce..fa0cca58eb1a 100644 --- a/profiler/internal/version.go +++ b/profiler/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "0.4.1" +const Version = "0.4.2"