From 39d3c860118a43c729bef7fdaa78222328b15725 Mon Sep 17 00:00:00 2001 From: Martin Schneppenheim <23424570+weeco@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:37:29 +0000 Subject: [PATCH] Add changelog for v2.3.6 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4453b4cac..107afd75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.3.6 / 2023-11-16 + +- [SECURITY] Build new Docker image running with the latest openssl/libcrypto3 lib which addresses CVE-2023-5363 + ## v2.3.5 / 2023-10-16 - [FIX] Add commonly pre-registered protobuf types to support automatic deserialization.