diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5f1950a..fbd7954 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,9 @@ Changelog ========= ------- -0.12.4 ------- +------------------- +0.12.4 - 2024-04-28 +------------------- Notable fixes ============= diff --git a/cryptoparser/__setup__.py b/cryptoparser/__setup__.py index fdbc5bc..86d3cf6 100644 --- a/cryptoparser/__setup__.py +++ b/cryptoparser/__setup__.py @@ -2,7 +2,7 @@ __title__ = 'CryptoParser' __technical_name__ = __title__.lower() -__version__ = '0.12.3' +__version__ = '0.12.4' __description__ = 'An analysis oriented security protocol parser and generator' __author__ = 'Szilárd Pfeiffer' __author_email__ = 'coroner@pfeifferszilard.hu' diff --git a/requirements.txt b/requirements.txt index de962de..142f0d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ asn1crypto attrs>=20.3.0,<22.0.1 -cryptodatahub==0.12.3 +cryptodatahub==0.12.4 python-dateutil py2-ipaddress;python_version<"3.4" typing;python_version<"3.5" diff --git a/submodules/cryptodatahub b/submodules/cryptodatahub index 56dae9b..6c89311 160000 --- a/submodules/cryptodatahub +++ b/submodules/cryptodatahub @@ -1 +1 @@ -Subproject commit 56dae9bf20da6a9b381cf63d738c1a4cd5df4f1d +Subproject commit 6c893115bdac0d990941992017912383f53d78f9