Skip to content

Commit

Permalink
chore(release): Bump version number to 0.12.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Dec 13, 2023
1 parent 170817c commit 26e8c15
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog
=========

-------------------
0.12.1 - 2023-12-13
-------------------

Improvements
============

- SSH

- add missing compression algorithms (#16)
- add missing encryption algorithms (#16)
- add missing host key algorithms (#16)
- add missing KEX algorithms (#16)

- TLS

- add grade for SSL cipher kinds (#18)

-------------------
0.11.2 - 2023-11-13
-------------------
Expand Down
2 changes: 1 addition & 1 deletion cryptodatahub/__setup__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'CryptoDataHub'
__technical_name__ = __title__.lower()
__version__ = '0.11.2'
__version__ = '0.12.1'
__description__ = 'Repository of cryptography-related data'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 26e8c15

Please sign in to comment.