From 01a30568a191fdf703a5464a9e694e46fae188f9 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Tue, 30 Jun 2026 17:25:23 +0200 Subject: [PATCH] chore(main): release 0.7.0 --- .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 4208b5c..1b77f50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 306d7bb..ec40196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.0](https://github.com/groundsgg/plugin-agones/compare/v0.6.0...v0.7.0) (2026-06-30) + + +### Features + +* gate agones command with permission ([#59](https://github.com/groundsgg/plugin-agones/issues/59)) ([9a3f93d](https://github.com/groundsgg/plugin-agones/commit/9a3f93d865bf21d39c9e842bb3d6ddb09b6ebbf3)) +* use grounds dependencies bom ([#56](https://github.com/groundsgg/plugin-agones/issues/56)) ([7ad97f8](https://github.com/groundsgg/plugin-agones/commit/7ad97f8d312366f65555fee55a81ae85056b26a1)) + ## [0.6.0](https://github.com/groundsgg/plugin-agones/compare/v0.5.1...v0.6.0) (2026-06-17)