diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba76b395..be7ebf90a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Couper Changelog -## [Unreleased](https://github.com/avenga/couper/compare/1.3...master) +## [Unreleased](https://github.com/avenga/couper/compare/1.3.1...master) Unreleased changes are available as `avenga/couper:edge` container. +--- + +## [1.3.1](https://github.com/avenga/couper/compare/1.3...1.3.1) + * **Changed** * `Error` log-level for upstream responses with status `500` to `Info` log-level ([#258](https://github.com/avenga/couper/pull/258)) @@ -11,8 +15,6 @@ Unreleased changes are available as `avenga/couper:edge` container. * Missing support for `set_response_status` within a plain `error_handler` block ([#257](https://github.com/avenga/couper/pull/257)) * Panic in jwt_sign() and saml_sso_url() functions without proper configuration ([#243](https://github.com/avenga/couper/issues/243)) ---- - ## [1.3](https://github.com/avenga/couper/compare/1.2...1.3) * **Added**