From 65aab492b6f6ed1bb1283d1368318140b625dc42 Mon Sep 17 00:00:00 2001 From: David Denton Date: Tue, 9 Jul 2024 18:20:00 +0100 Subject: [PATCH] CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389b01a5d..0439aa556 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ This list is not intended to be all-encompassing - it will document major and breaking API changes with their rationale when appropriate. Given version `A.B.C.D`, breaking changes are to be expected in version number increments where changes in the `A` or `B` sections: -### v5.18.0.0 (uncut) +### v5.18.0.0 - **http4k-connect-*** - Upgrade dependencies. - **http4k-connect-amazon-cognito*** - [Breaking] AWS Cognito: Add support for server side authentication ( AdminInitiateAuth and AdminRespondToAuthChallenge). H/T @markth0mas