From 927779b49cc9a53b41bcc9307199edf403c67d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szil=C3=A1rd=20Pfeiffer?= Date: Mon, 6 Nov 2023 13:13:25 +0100 Subject: [PATCH] chore(release): Bump version number to 0.11.1 and update changelog --- CHANGELOG.rst | 15 +++++++++++++++ cryptodatahub/__setup__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 36ff5c5..bd5d781 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +------------------- +0.11.1 - 2023-11-06 +------------------- + +Features +======== + +- TLS + + - add post-quantum safe hybrid curves (#14) + +- SSH + + - distinguish host key algorithms use X.509 certificate from the one that use certificate chain (#12) + ------------------- 0.11.0 - 2023-10-28 ------------------- diff --git a/cryptodatahub/__setup__.py b/cryptodatahub/__setup__.py index b19737d..fe01ec3 100644 --- a/cryptodatahub/__setup__.py +++ b/cryptodatahub/__setup__.py @@ -2,7 +2,7 @@ __title__ = 'CryptoDataHub' __technical_name__ = __title__.lower() -__version__ = '0.11.0' +__version__ = '0.11.1' __description__ = 'Repository of cryptography-related data' __author__ = 'Szilárd Pfeiffer' __author_email__ = 'coroner@pfeifferszilard.hu'