From 601dd0eba01d47b3b912fb985ee68a5a87e24950 Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Mon, 3 Aug 2026 11:38:40 +0200 Subject: [PATCH] chore(main): release 1.1.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 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c175d..5d191e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/groundsgg/plugin-proxy/compare/v1.0.0...v1.1.0) (2026-08-03) + + +### Features + +* **metrics:** publish proxy metrics on a Prometheus endpoint ([#31](https://github.com/groundsgg/plugin-proxy/issues/31)) ([8889a04](https://github.com/groundsgg/plugin-proxy/commit/8889a04abe8b374424a6bcb44e84757707b861d9)) + ## [1.0.0](https://github.com/groundsgg/plugin-proxy/compare/v0.8.0...v1.0.0) (2026-08-02)