From c25106195df5f9578a8bace10592ad18e5e96439 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 01:26:30 +0000 Subject: [PATCH] chore(main): release profiler 0.4.1 --- .release-please-manifest-individual.json | 2 +- profiler/CHANGES.md | 9 ++++++++- profiler/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 d93388be96a8..ca7dbcb97b74 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -9,7 +9,7 @@ "errorreporting": "0.3.0", "firestore": "1.15.0", "logging": "1.10.0", - "profiler": "0.4.0", + "profiler": "0.4.1", "pubsub": "1.39.0", "pubsublite": "1.8.2", "spanner": "1.63.0", diff --git a/profiler/CHANGES.md b/profiler/CHANGES.md index 64fedb88b7ae..d4c62f340885 100644 --- a/profiler/CHANGES.md +++ b/profiler/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [0.4.1](https://github.com/googleapis/google-cloud-go/compare/profiler/v0.4.0...profiler/v0.4.1) (2024-06-25) + + +### Bug Fixes + +* **profiler:** Bump x/net to v0.24.0 ([ba31ed5](https://github.com/googleapis/google-cloud-go/commit/ba31ed5fda2c9664f2e1cf972469295e63deb5b4)) +* **profiler:** Update protobuf dep to v1.33.0 ([30b038d](https://github.com/googleapis/google-cloud-go/commit/30b038d8cac0b8cd5dd4761c87f3f298760dd33a)) + ## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/profiler/v0.3.1...profiler/v0.4.0) (2023-10-18) @@ -61,4 +69,3 @@ This is the first tag to carve out profiler 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/profiler/internal/version.go b/profiler/internal/version.go index 3f98e7de6063..1f1c6c0747ce 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.0" +const Version = "0.4.1"