From 21eea94d96c2924ab21e17917625760dc7dc1014 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Tue, 25 Aug 2026 18:42:01 +0200 Subject: [PATCH] chore(main): release 2.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3db..a5d1cf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b80e2c9..fbfb44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/groundsgg/plugin-proxy/compare/v2.1.0...v2.2.0) (2026-08-25) + + +### Features + +* brand the tab list with logo, rank chips, and server footer ([#46](https://github.com/groundsgg/plugin-proxy/issues/46)) ([a6ce6de](https://github.com/groundsgg/plugin-proxy/commit/a6ce6dee1051a4c5eff2fa0eacc024cececc3151)) + ## [2.1.0](https://github.com/groundsgg/plugin-proxy/compare/v2.0.0...v2.1.0) (2026-08-23)