Skip to content

Commit 3d06d56

Browse files
committed
chore(release): Bump version number to 0.12.6 and update changelog
1 parent 0cb5893 commit 3d06d56

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.rst

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

5+
-------------------
6+
0.12.6 - 2024-12-08
7+
-------------------
8+
9+
Features
10+
========
11+
12+
- Generic
13+
14+
- add certificate transparency (CT) logs (#24)
15+
16+
Improvements
17+
============
18+
19+
- Generic
20+
21+
- add elliptic-curve parameters (#24)
22+
23+
- add missing PQC named curves (#29)
24+
25+
| ``SecP256r1MLKEM768``, ``X25519MLKEM768``
26+
27+
- TLS
28+
29+
- add missing PQC named curves (#29)
30+
31+
| ``SECP256R1_ML_KEM_768``, ``X25519_ML_KEM_768``
32+
33+
- add capabilities for Firefox version 108-133 (#30)
34+
535
-------------------
636
0.12.5 - 2024-05-25
737
-------------------

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

0 commit comments

Comments
 (0)