From b6c78e079b705f8539908a0177c9c89e59cf949f Mon Sep 17 00:00:00 2001 From: Grounds Bot Date: Tue, 4 Aug 2026 21:16:19 +0200 Subject: [PATCH] chore(main): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d191e4..ab21fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/groundsgg/plugin-proxy/compare/v1.1.0...v1.1.1) (2026-08-04) + + +### Bug Fixes + +* **config:** consume service contract target ([3e046d7](https://github.com/groundsgg/plugin-proxy/commit/3e046d718ee7b59f9529459603b7113c61cce6df)) +* **config:** consume service contract target ([e5d5d84](https://github.com/groundsgg/plugin-proxy/commit/e5d5d843f8d23cb982f0883a87a40906c6a859a5)) + ## [1.1.0](https://github.com/groundsgg/plugin-proxy/compare/v1.0.0...v1.1.0) (2026-08-03)