diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0972da..f2ada20 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.1" + ".": "1.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 278293e..ff4c0be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.2](https://github.com/vngcloud/greennode-cli/compare/v1.7.1...v1.7.2) (2026-07-07) + + +### Bug Fixes + +* **vks:** validate network-type and auto-healing constraints found in real API calls ([#42](https://github.com/vngcloud/greennode-cli/issues/42)) ([810afee](https://github.com/vngcloud/greennode-cli/commit/810afee445bdfc5366b30d2553b1c67db1e9301b)) + ## [1.7.1](https://github.com/vngcloud/greennode-cli/compare/v1.7.0...v1.7.1) (2026-07-07) diff --git a/go/cmd/root.go b/go/cmd/root.go index 98b2601..d96c6b7 100644 --- a/go/cmd/root.go +++ b/go/cmd/root.go @@ -11,7 +11,7 @@ import ( "github.com/vngcloud/greennode-cli/internal/config" ) -const cliVersion = "1.7.1" // x-release-please-version +const cliVersion = "1.7.2" // x-release-please-version // Global flags var (