From efb860a6a830e5ffe34b35ea25c7274eed27cd75 Mon Sep 17 00:00:00 2001 From: Dimitrij Drus Date: Sat, 29 Aug 2026 18:14:13 +0200 Subject: [PATCH] chore(main): release 0.9.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 6d78745..0598874 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.9.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e048de4..30e4ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.1](https://github.com/dadrus/httpsig/compare/v0.9.0...v0.9.1) (2026-08-29) + + +### Dependencies + +* update module github.com/dunglas/httpsfv to v1.1.1 ([#142](https://github.com/dadrus/httpsig/issues/142)) ([8ce5985](https://github.com/dadrus/httpsig/commit/8ce598504af0506c883e6a274adb72db774412af)) +* update module github.com/stretchr/testify to v1.12.1 ([#143](https://github.com/dadrus/httpsig/issues/143)) ([95e9f49](https://github.com/dadrus/httpsig/commit/95e9f4901c32b5d169775caa30bedffeba30c4b0)) + ## [0.9.0](https://github.com/dadrus/httpsig/compare/v0.8.0...v0.9.0) (2026-05-15)