From d9385a45237993875d913d8639e8f711d448ca77 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Wed, 3 Jul 2024 18:57:19 -0500 Subject: [PATCH] changelog: update to 12.2.1 --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ca7b900..d423e1d94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #3558, Add the `admin-server-host` config to set the host for the admin server - @develop7 -### Fixed - - - #3147, Don't reload schema cache on every listener failure - @steve-chavez - ### Changed - #2052, Dropped support for PostgreSQL 9.6 - @wolfgangwalther @@ -20,6 +16,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #2052, Dropped support for PostgreSQL 11 - @wolfgangwalther - #3508, PostgREST now fails to start when `server-port` and `admin-server-port` config options are the same - @develop7 +## [12.2.1] - 2024-06-27 + +### Fixed + + - #3147, Don't reload schema cache on every listener failure - @steve-chavez + ### Documentation - #3592, Architecture diagram now supports dark mode and has links - @laurenceisla