diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa4640f81..89aec035b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.4-alpha" + ".": "0.14.5-alpha" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 621bd9dc1..7be33e547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.14.5-alpha](https://github.com/dadrus/heimdall/compare/v0.14.4-alpha...v0.14.5-alpha) (2024-08-02) + + +### Dependencies + +* update google.golang.org/genproto/googleapis/rpc digest to b1a4ccb ([#1682](https://github.com/dadrus/heimdall/issues/1682)) ([f8bcfcd](https://github.com/dadrus/heimdall/commit/f8bcfcd044280d267678f6742e3df59fea3c3c08)) +* update module github.com/go-jose/go-jose/v4 to v4.0.4 ([#1673](https://github.com/dadrus/heimdall/issues/1673)) ([2dfb142](https://github.com/dadrus/heimdall/commit/2dfb1422ecfe8c706a8512efc4655ec45789b092)) +* update module github.com/redis/rueidis to v1.0.43 ([#1676](https://github.com/dadrus/heimdall/issues/1676)) ([b993ee7](https://github.com/dadrus/heimdall/commit/b993ee7a82707efbf3a3272160a0991761c81c21)) +* update module github.com/redis/rueidis/rueidisotel to v1.0.43 ([#1677](https://github.com/dadrus/heimdall/issues/1677)) ([1f72eaf](https://github.com/dadrus/heimdall/commit/1f72eaf7ecd18ce57f343fcfeb7cd882a0fe251a)) +* update module github.com/tidwall/gjson to v1.17.3 ([#1681](https://github.com/dadrus/heimdall/issues/1681)) ([f5e1707](https://github.com/dadrus/heimdall/commit/f5e170701b7ac4ae682f8b4ef2b58f412d56e10e)) + ## [0.14.4-alpha](https://github.com/dadrus/heimdall/compare/v0.14.3-alpha...v0.14.4-alpha) (2024-07-25)