Skip to content

Commit

Permalink
chore(release): Bump version number to 0.11.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Oct 28, 2023
1 parent db4427a commit d7c0957
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@
Changelog
=========

-------------------
0.11.0 - 2023-10-28
-------------------

Features
========

- Generic

- add named attacks (#10)
- add well-known attack types (#10)
- add grade for common cryptographic algorithms (#10)
- add grade for public key sizes (#10)

- DNS

- add grade for DNSSEC algorithms (#10)

- TLS

- add grade for cipher suites (#10)
- add grade for named groups (#10)
- add grade for signature and hash algorithms (#10)

- SSH

- add grade for SSH algorithms (#10)

-------------------
0.10.3 - 2023-10-12
-------------------
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.10.3'
__version__ = '0.11.0'
__description__ = 'Repository of cryptography-related data'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit d7c0957

Please sign in to comment.