diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10f3091..b06ba91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1f4d4..612ceb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/groundsgg/plugin-agones/compare/v0.2.0...v0.2.1) (2026-04-19) + + +### Bug Fixes + +* use our newer conventions plugin ([#30](https://github.com/groundsgg/plugin-agones/issues/30)) ([1c9c979](https://github.com/groundsgg/plugin-agones/commit/1c9c9792b68218383662b6ec8ab39f78015998e6)) + ## [0.2.0](https://github.com/groundsgg/plugin-agones/compare/v0.1.0...v0.2.0) (2026-04-19)