From b216088aa80d1662d9e182917b957b1e98f5da5a Mon Sep 17 00:00:00 2001 From: "grounds.gg Bot" Date: Sat, 25 Apr 2026 21:34:12 +0200 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b719d43..b881a39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.0"} +{".":"0.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5fb3ea9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 0.1.0 (2026-04-25) + + +### Features + +* agones gameserver watcher ([#7](https://github.com/groundsgg/plugin-platform-router/issues/7)) ([7d0bf45](https://github.com/groundsgg/plugin-platform-router/commit/7d0bf45da5b9d9b798317ab5cdf6116541066a2d)) +* backend registry + player routing listener ([#6](https://github.com/groundsgg/plugin-platform-router/issues/6)) ([f90653b](https://github.com/groundsgg/plugin-platform-router/commit/f90653b65c8a3ebceaf8be4061765fa4277d48db)) +* config loader ([#3](https://github.com/groundsgg/plugin-platform-router/issues/3)) ([a4eba89](https://github.com/groundsgg/plugin-platform-router/commit/a4eba895630d1fd024f9acb245d3f7c046a12f29)) +* gameserver extractor ([#5](https://github.com/groundsgg/plugin-platform-router/issues/5)) ([edf9fdb](https://github.com/groundsgg/plugin-platform-router/commit/edf9fdb4dd5740f64919d7893e6e2a29374c3037)) +* gradle skeleton ([#1](https://github.com/groundsgg/plugin-platform-router/issues/1)) ([d0e6aed](https://github.com/groundsgg/plugin-platform-router/commit/d0e6aeddb17ec03b0eaed4af41dcb2b9f0519fee)) +* hostname builder ([#4](https://github.com/groundsgg/plugin-platform-router/issues/4)) ([ab89531](https://github.com/groundsgg/plugin-platform-router/commit/ab895319dfaed066642344a83f565b638a0087f7)) +* velocity plugin entrypoint ([#2](https://github.com/groundsgg/plugin-platform-router/issues/2)) ([4c11ffd](https://github.com/groundsgg/plugin-platform-router/commit/4c11ffdd5053f00859d6d1f26f499e15c22c9bc8)) +* wire plugin lifecycle ([#8](https://github.com/groundsgg/plugin-platform-router/issues/8)) ([73134d7](https://github.com/groundsgg/plugin-platform-router/commit/73134d78738a7362d263096831796e00c841970a))