diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8f3e0a494..b4e9013ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.16.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 280675475..b6004b583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.16.0](https://github.com/dadrus/heimdall/compare/v0.15.0...v0.16.0) (2025-01-09) + + +### ⚠ BREAKING CHANGES + +* Configuration settings for services exposed by heimdall simplified ([#2089](https://github.com/dadrus/heimdall/issues/2089)) + +### Code Refactorings + +* Configuration settings for services exposed by heimdall simplified ([#2089](https://github.com/dadrus/heimdall/issues/2089)) ([02d91d6](https://github.com/dadrus/heimdall/commit/02d91d658727e55e4dcb62801725ab8ef57b128f)) + + +### Documentation + +* Integration guide and examples for Istio service mesh ([#1832](https://github.com/dadrus/heimdall/issues/1832)) ([35c2fe2](https://github.com/dadrus/heimdall/commit/35c2fe2bde64f2b3a52d76ea6f45c51e1f1fe373)) + ## [0.15.4](https://github.com/dadrus/heimdall/compare/v0.15.3...v0.15.4) (2024-12-19)