From 6a1aa27b5f0a542d4f3fe6e08e44bb8be8e6b945 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 20 Sep 2021 18:19:10 -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 ee991712..737862b3 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.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) + ## [11.2.10] - 2021-07-27 (ws) bump CLI command line parsing library from 1.8 to 2.0