From 7fd4b276de0eaf353fa1f81853ad8894b7f33eaa Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 11 Oct 2021 09:06:11 -0700 Subject: [PATCH] chore: release profiler 0.1.1 --- profiler/CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiler/CHANGES.md b/profiler/CHANGES.md index eab8a99a898..65ea406ce86 100644 --- a/profiler/CHANGES.md +++ b/profiler/CHANGES.md @@ -1,5 +1,12 @@ # Changes +### [0.1.1](https://www.github.com/googleapis/google-cloud-go/compare/profiler/v0.1.0...profiler/v0.1.1) (2021-10-11) + + +### Bug Fixes + +* **profiler:** workaround certificate expiration issue in integration tests ([#4955](https://www.github.com/googleapis/google-cloud-go/issues/4955)) ([de9e465](https://www.github.com/googleapis/google-cloud-go/commit/de9e465bea8cd0580c45e87d2cbc2b610615b363)) + ## v0.1.0 This is the first tag to carve out profiler as its own module. See