diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bda2ec..65efbe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/intility/indev/compare/v1.0.0...v1.1.0) (2026-02-02) + + +### Features + +* **cluster:** extend basic cluster information with EPG and IngressIP ([8f29471](https://github.com/intility/indev/commit/8f29471366a80059d409d20e3f60e6ab2c0669c0)) +* **cluster:** extend basic cluster information with EPG and IngressIP ([5f0b71b](https://github.com/intility/indev/commit/5f0b71bbd041021318255cfd4b2574d0704a7aa6)) + ## 1.0.0 (2026-01-29)