Skip to content

Commit 26e8c15

Browse files
committed
chore(release): Bump version number to 0.12.1 and update changelog
1 parent 170817c commit 26e8c15

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.rst

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

5+
-------------------
6+
0.12.1 - 2023-12-13
7+
-------------------
8+
9+
Improvements
10+
============
11+
12+
- SSH
13+
14+
- add missing compression algorithms (#16)
15+
- add missing encryption algorithms (#16)
16+
- add missing host key algorithms (#16)
17+
- add missing KEX algorithms (#16)
18+
19+
- TLS
20+
21+
- add grade for SSL cipher kinds (#18)
22+
523
-------------------
624
0.11.2 - 2023-11-13
725
-------------------

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.2'
5+
__version__ = '0.12.1'
66
__description__ = 'Repository of cryptography-related data'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = '[email protected]'

0 commit comments

Comments
 (0)