diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41689d5..11fea0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.8.0"} +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e10f5..b629923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/groundsgg/grounds-cli/compare/v0.8.0...v1.0.0) (2026-07-12) + + +### ⚠ BREAKING CHANGES + +* **cluster:** drop --profile=minigame ([#77](https://github.com/groundsgg/grounds-cli/issues/77)) + +### Features + +* **cluster:** drop --profile=minigame ([#77](https://github.com/groundsgg/grounds-cli/issues/77)) ([477f65c](https://github.com/groundsgg/grounds-cli/commit/477f65c2dce3630d1592820626f192014dac5db8)) + ## [0.8.0](https://github.com/groundsgg/grounds-cli/compare/v0.7.0...v0.8.0) (2026-07-11)