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 13, 2024
1 parent 793a28d commit 40d59eb
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Changelog
=========

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

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


- TLS (``tls``)

- Extensions (``extensions``)

- add `TLS encrypted client hello <https://datatracker.ietf.org/doc/draft-ietf-tls-esni/>`__ extension related
messages (#86)
- add `post-handshake authentication <https://tools.ietf.org/html/rfc8446>`__ messages (#86)

-------------------
0.12.5 - 2024-05-25
-------------------
Expand Down
2 changes: 1 addition & 1 deletion cryptoparser/__setup__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__title__ = 'CryptoParser'
__technical_name__ = __title__.lower()
__version__ = '0.12.5'
__version__ = '0.12.6'
__description__ = 'An analysis oriented security protocol parser and generator'
__author__ = 'Szilárd Pfeiffer'
__author_email__ = 'coroner@pfeifferszilard.hu'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
asn1crypto
attrs>=20.3.0,<22.0.1
cryptodatahub==0.12.5
cryptodatahub==0.12.6
python-dateutil
py2-ipaddress;python_version<"3.4"
typing;python_version<"3.5"
Expand Down
2 changes: 1 addition & 1 deletion submodules/cryptodatahub
Submodule cryptodatahub updated from ed6b4d to 3d06d5

0 comments on commit 40d59eb

Please sign in to comment.