Skip to content

Commit

Permalink
chore(release): Bump version number to 0.12.6 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Dec 8, 2024
1 parent 0cb5893 commit 3d06d56
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@
Changelog
=========

-------------------
0.12.6 - 2024-12-08
-------------------

Features
========

- Generic

- add certificate transparency (CT) logs (#24)

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

- Generic

- add elliptic-curve parameters (#24)

- add missing PQC named curves (#29)

| ``SecP256r1MLKEM768``, ``X25519MLKEM768``
- TLS

- add missing PQC named curves (#29)

| ``SECP256R1_ML_KEM_768``, ``X25519_ML_KEM_768``
- add capabilities for Firefox version 108-133 (#30)

-------------------
0.12.5 - 2024-05-25
-------------------
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.12.5'
__version__ = '0.12.6'
__description__ = 'Repository of cryptography-related data'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 3d06d56

Please sign in to comment.