diff --git a/CHANGELOG.md b/CHANGELOG.md index aca2f87369af..38087ad05060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [3.3.1](#331) - [3.3.0](#330) - [3.2.0](#320) - [3.1.0](#310) @@ -7,10 +8,14 @@ - [3.0.0](#300) - [Previous releases](#previous-releases) -## Unreleased +## Unreleased 3.3 + +## 3.3.1 ### Fixes +#### Core + - Fixed a bug that causes `POST /config?flatten_errors=1` to throw an exception and return a 500 error under certain circumstances. [#10896](https://github.com/Kong/kong/pull/10896)