Skip to content

Commit a89a28e

Browse files
committed
chore(release): Bump version number to 0.12.3 and update changelog
1 parent 7a2a2d2 commit a89a28e

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-03-05
7+
-------------------
8+
9+
Notable fixes
10+
=============
11+
12+
- DNS
13+
14+
- handle private values of RRSIG type (#83)
15+
516
-------------------
617
0.12.2 - 2024-01-11
718
-------------------

cryptoparser/__setup__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__title__ = 'CryptoParser'
44
__technical_name__ = __title__.lower()
5-
__version__ = '0.12.2'
5+
__version__ = '0.12.3'
66
__description__ = 'An analysis oriented security protocol parser and generator'
77
__author__ = 'Szilárd Pfeiffer'
88
__author_email__ = 'coroner@pfeifferszilard.hu'

0 commit comments

Comments
 (0)