From 0703f27d2b0ffe60edfc6053ea5df10a3ed2c0dd Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Wed, 4 Oct 2023 12:12:30 -0300 Subject: [PATCH] changelog: update to 11.2.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af48a4333..b513e71f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #2698, Add config `jwt-cache-max-lifetime` and implement JWT caching - @taimoorzaeem - #2943, Add `handling=strict/lenient` for Prefer header - @taimoorzaeem +## [11.2.1] - 2023-10-03 + ### Fixed - #2899, Fix `application/vnd.pgrst.array` not accepted as a valid mediatype - @taimoorzaeem