From cc9f22cd4b0d2c02f3e457f88d627332bb28b45f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 17:00:38 +0000 Subject: [PATCH] chore(main): release 0.1.7 --- .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 fdf7ce7..f5c077c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.6"} +{".":"0.1.7"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 898387c..604475c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.7](https://github.com/groundsgg/grounds-cli/compare/v0.1.6...v0.1.7) (2026-04-29) + + +### Bug Fixes + +* **auth:** write version field in credentials.json for grounds-push compat ([#16](https://github.com/groundsgg/grounds-cli/issues/16)) ([78839a1](https://github.com/groundsgg/grounds-cli/commit/78839a16f072a49a102b40263e97c13fd701a80a)) +* **push:** pre-refresh access token before invoking Gradle plugin ([#18](https://github.com/groundsgg/grounds-cli/issues/18)) ([109da76](https://github.com/groundsgg/grounds-cli/commit/109da769af0dddf87ca4771cfaab54a031fbd28e)) + ## [0.1.6](https://github.com/groundsgg/grounds-cli/compare/v0.1.5...v0.1.6) (2026-04-28)