From 0c19ec43d23dc54d1fcadf944c6331f96cf7bda1 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Mon, 10 Aug 2026 10:38:52 +0200 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4ddc74..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab21fa1..3fddb9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/groundsgg/plugin-proxy/compare/v1.1.1...v2.0.0) (2026-08-10) + + +### ⚠ BREAKING CHANGES + +* **motd:** store the MOTD over HTTP, dropping gRPC ([#40](https://github.com/groundsgg/plugin-proxy/issues/40)) + +### Features + +* **motd:** store the MOTD over HTTP, dropping gRPC ([#40](https://github.com/groundsgg/plugin-proxy/issues/40)) ([9767c9f](https://github.com/groundsgg/plugin-proxy/commit/9767c9f51e5f813817c2992d65e11b763150d033)) + ## [1.1.1](https://github.com/groundsgg/plugin-proxy/compare/v1.1.0...v1.1.1) (2026-08-04)