Skip to content

Commit 927779b

Browse files
committed
chore(release): Bump version number to 0.11.1 and update changelog
1 parent 2c320e5 commit 927779b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
=========
44

5+
-------------------
6+
0.11.1 - 2023-11-06
7+
-------------------
8+
9+
Features
10+
========
11+
12+
- TLS
13+
14+
- add post-quantum safe hybrid curves (#14)
15+
16+
- SSH
17+
18+
- distinguish host key algorithms use X.509 certificate from the one that use certificate chain (#12)
19+
520
-------------------
621
0.11.0 - 2023-10-28
722
-------------------

cryptodatahub/__setup__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = 'CryptoDataHub'
44
__technical_name__ = __title__.lower()
5-
__version__ = '0.11.0'
5+
__version__ = '0.11.1'
66
__description__ = 'Repository of cryptography-related data'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)