From c8156d5ad8fee847fdd375913aeddd088d594b7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:39:02 +0000 Subject: [PATCH] chore(release): release 0.15.3 --- .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 2557a1077..dfa24b069 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.2" + ".": "0.15.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 921e428d6..182615abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.15.3](https://github.com/dadrus/heimdall/compare/v0.15.2...v0.15.3) (2024-11-18) + + +### Dependencies + +* update google.golang.org/genproto/googleapis/rpc digest to 65e8d21 ([#1967](https://github.com/dadrus/heimdall/issues/1967)) ([fd44cee](https://github.com/dadrus/heimdall/commit/fd44ceeec1943753833fb11a599e8b959f2a60d7)) +* update google.golang.org/genproto/googleapis/rpc digest to e0fbfb7 ([#1963](https://github.com/dadrus/heimdall/issues/1963)) ([f0e1f01](https://github.com/dadrus/heimdall/commit/f0e1f013ed77319094c544ce22d7c2bb037a740e)) +* update module github.com/go-playground/validator/v10 to v10.23.0 ([#1973](https://github.com/dadrus/heimdall/issues/1973)) ([8760824](https://github.com/dadrus/heimdall/commit/8760824bbd482f50742c54d25177ab93285dc9fb)) +* update module github.com/wi2l/jsondiff to v0.6.1 ([#1974](https://github.com/dadrus/heimdall/issues/1974)) ([f488ebe](https://github.com/dadrus/heimdall/commit/f488ebef693344abfd2982bd012daabfb755e908)) +* update module google.golang.org/protobuf to v1.35.2 ([#1968](https://github.com/dadrus/heimdall/issues/1968)) ([10e34e7](https://github.com/dadrus/heimdall/commit/10e34e7ac024a0bc3c931374a629581657b219ce)) + ## [0.15.2](https://github.com/dadrus/heimdall/compare/v0.15.1...v0.15.2) (2024-11-10)