diff --git a/CHANGELOG.rst b/CHANGELOG.rst index eb8a75f..1557b35 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,9 @@ Changelog ========= ------- -0.12.4 ------- +------------------- +0.12.4 - 2024-04-28 +------------------- Features ======== @@ -14,7 +14,7 @@ Features - add supported protocol version to clients (#23) ------------------- -0.12.3 - 2024-0-051 +0.12.3 - 2024-03-05 ------------------- Notable fixes diff --git a/cryptodatahub/__setup__.py b/cryptodatahub/__setup__.py index da078e4..0f37735 100644 --- a/cryptodatahub/__setup__.py +++ b/cryptodatahub/__setup__.py @@ -2,7 +2,7 @@ __title__ = 'CryptoDataHub' __technical_name__ = __title__.lower() -__version__ = '0.12.3' +__version__ = '0.12.4' __description__ = 'Repository of cryptography-related data' __author__ = 'Szilárd Pfeiffer' __author_email__ = 'coroner@pfeifferszilard.hu'