From b653b0c12c79fc1cf28087d48a46ab66dcae1727 Mon Sep 17 00:00:00 2001 From: teutonet-bot <118830326+teutonet-bot@users.noreply.github.com> Date: Fri, 24 Oct 2025 16:25:00 +0200 Subject: [PATCH] chore: [bot] release: 1.2.2 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index f783fd0..d894947 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"1.2.1"} +{".":"1.2.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index df89dba..09c2f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/teutonet/cluster-api-provider-hosted-control-plane/compare/v1.2.1...v1.2.2) (2025-10-24) + + +### Bug Fixes + +* create a new ctx with cancel for each call ([#33](https://github.com/teutonet/cluster-api-provider-hosted-control-plane/issues/33)) ([2d6f7b8](https://github.com/teutonet/cluster-api-provider-hosted-control-plane/commit/2d6f7b860d0b80336769694016784f7af7d522d7)) + ## [1.2.1](https://github.com/teutonet/cluster-api-provider-hosted-control-plane/compare/v1.2.0...v1.2.1) (2025-10-20)