From 317e3c44bfdc14ce9538a5568fc6c5c8ff34dd0f Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Fri, 22 Oct 2021 11:10:42 -0700 Subject: [PATCH] Update CHANGELOG.md --- docs/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 737862b3..80d5daa2 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to this project will be documented in this file. +## [11.3.1] - 2021-10-22 + +(library/cmake) Compatible with MbedTLS 3 + fix a bug on Windows where the incorrect remote port is computed (#320) + ## [11.3.0] - 2021-09-20 (library/cmake) Only find OpenSSL, MbedTLS, zlib if they have not already been found, make CMake install optional (#317) + Use GNUInstallDirs in cmake (#318)