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..e8d2c3573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.15.3](https://github.com/dadrus/heimdall/compare/v0.15.2...v0.15.3) (2024-11-26) + + +### 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 google.golang.org/genproto/googleapis/rpc digest to e639e21 ([#1977](https://github.com/dadrus/heimdall/issues/1977)) ([bfa3f29](https://github.com/dadrus/heimdall/commit/bfa3f2971c83c9065fbeb9f7f9483af4267d4f41)) +* update kubernetes packages to v0.31.3 ([#1985](https://github.com/dadrus/heimdall/issues/1985)) ([ab79a95](https://github.com/dadrus/heimdall/commit/ab79a95ec8850809dfa686527daa95faffaf8b3f)) +* update module github.com/go-co-op/gocron/v2 to v2.12.4 ([#1984](https://github.com/dadrus/heimdall/issues/1984)) ([2924666](https://github.com/dadrus/heimdall/commit/292466672a86781cb064f153f24c92c1cbccd04b)) +* 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/google/cel-go to v0.22.1 ([#1986](https://github.com/dadrus/heimdall/issues/1986)) ([09404f8](https://github.com/dadrus/heimdall/commit/09404f8b2cee44793cffabf259df6f34ea1abae0)) +* update module github.com/redis/rueidis/rueidisotel to v1.0.50 ([#1989](https://github.com/dadrus/heimdall/issues/1989)) ([aaeb8b3](https://github.com/dadrus/heimdall/commit/aaeb8b3792bf78765149d956d2de8f89cbfcc463)) +* 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)