From 4250ebfe08c87e5c0d158326bfa38c55d1dabe53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:30:43 +0000 Subject: [PATCH] chore(release): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6bbfeb6..55e529d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.5.0"} +{".":"0.6.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7c158..6f8e130 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.0](https://github.com/ProbstenHias/anexia-cli/compare/v0.5.0...v0.6.0) (2026-09-12) + + +### Features + +* **kubernetes:** add cluster, node-pool and kubeconfig commands ([#16](https://github.com/ProbstenHias/anexia-cli/issues/16)) ([cf3599f](https://github.com/ProbstenHias/anexia-cli/commit/cf3599fabc87281e49c2e8857702a6ed118962f6)) +* **network:** add address create, update, delete and reserve verbs ([#18](https://github.com/ProbstenHias/anexia-cli/issues/18)) ([f485636](https://github.com/ProbstenHias/anexia-cli/commit/f485636c2880b752d6f7e568f5c5d53210ff5a95)) + ## [0.5.0](https://github.com/ProbstenHias/anexia-cli/compare/v0.4.0...v0.5.0) (2026-09-05)