From 11497e85cfa7f48716d43fc71b5b2a14802a0b4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 22:26:19 +0000 Subject: [PATCH] chore(main): release 0.1.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8dc5069..fdf7ce7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.5"} +{".":"0.1.6"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f000e1..898387c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6](https://github.com/groundsgg/grounds-cli/compare/v0.1.5...v0.1.6) (2026-04-28) + + +### Features + +* **cli:** add --profile flag to grounds cluster up ([#14](https://github.com/groundsgg/grounds-cli/issues/14)) ([fa5159d](https://github.com/groundsgg/grounds-cli/commit/fa5159ddeb01332fcccfaa937beda565ebe3517f)) + ## [0.1.5](https://github.com/groundsgg/grounds-cli/compare/v0.1.4...v0.1.5) (2026-04-28)