Skip to content

Commit 2bde58f

Browse files
committed
chore(release): Bump version number to 0.12.3 and update changelog
1 parent 6c7318d commit 2bde58f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

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

5+
-------------------
6+
0.12.3 - 2024-0-051
7+
-------------------
8+
9+
Notable fixes
10+
=============
11+
12+
- TLS
13+
14+
- fix MAC values of TLS 1.3 cipher suites (#21)
15+
516
-------------------
617
0.12.2 - 2024-01-11
718
-------------------

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

0 commit comments

Comments
 (0)