diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 84316da..ee04409 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,31 @@ Changelog ========= +.. _v0-4-0: + +0.4.0 - 2021-01-30 +------------------ + +Features +^^^^^^^^ + +* TLS (``tls``) + + * Generic + + * `LDAP `_ related messages (#23) + + * Cipher Suites (``ciphers``) + + * `client certificate request `_ related messages (#24) + +Improvements +^^^^^^^^^^^^ + +* Generic + + * add `OID `_ to algorithms + .. _v0-3-1: 0.3.1 - 2020-09-15 diff --git a/setup.py b/setup.py index c2fef64..c14687a 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def test_discover(): setup( name='cryptoparser', - version='0.3.1', + version='0.4.0', description='Fast and flexible security protocol parser and generator', long_description=long_description, author='Szilárd Pfeiffer',