diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec8820b2..02e205377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,19 @@ # Couper Changelog -## [Unreleased](https://github.com/avenga/couper/compare/v1.11.1...master) +## [Unreleased](https://github.com/avenga/couper/compare/v1.11.2...master) Unreleased changes are available as `avenga/couper:edge` container. +--- + +## [1.11.2](https://github.com/avenga/couper/releases/tag/v1.11.2) + * **Fixed** * Requests to wildcard (`**`) [endpoints](https://docs.couper.io/configuration/block/endpoint) using backends with a wildcard [`path` attribue](https://docs.couper.io/configuration/block/backend#attributes), where the wildcard matches the empty string (regression; since v1.11.0) ([#655](https://github.com/avenga/couper/pull/655)) * Creating request context based jwt, oauth2 and saml (hcl) functions without related definitions ([#666](https://github.com/avenga/couper/pull/666)) * Reduced allocation amount while proxying requests ([#666](https://github.com/avenga/couper/pull/666)) * Removing websockets related headers while the proxy `websockets` option is `false` (or no block definition) ([#666](https://github.com/avenga/couper/pull/666)) ---- - ## [1.11.1](https://github.com/avenga/couper/releases/tag/v1.11.1) * * **Fixed**