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..7bdf76d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0](https://github.com/groundsgg/plugin-agones/compare/v0.6.0...v0.7.0) (2026-07-12) + + +### 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)) + + +### Bug Fixes + +* stop handing matchmaker-owned GameServers back to the fleet ([#60](https://github.com/groundsgg/plugin-agones/issues/60)) ([a4fcd1c](https://github.com/groundsgg/plugin-agones/commit/a4fcd1c8d89f40fda38676b368f6a8d4aa77629f)) + ## [0.6.0](https://github.com/groundsgg/plugin-agones/compare/v0.5.1...v0.6.0) (2026-06-17)