diff --git a/CHANGELOG.md b/CHANGELOG.md index fd5f254..308eeab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Release History +## 1.4.2 - 2022-12-11 + +* fix: update the black version to fix github ci pipeline +* feat: added partner setting to force canonicalize binary +* fix: freeze the version of pyflakes to resolve klen/pylama#224 +* feat: update the versions of oscrypt and asn1crypto +* fix: Use SMIMECapabilites from asn1crypto instead of the custom class (needed due to asn1crypto upgrade) + ## 1.4.1 - 2022-02-06 * fix: freezing pylama version to avoid breaking changes diff --git a/setup.py b/setup.py index f111d11..7bc4ff0 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ long_description="Docs for this project are maintained at " "https://github.com/abhishek-ram/pyas2-lib/blob/" "master/README.md", - version="1.4.1", + version="1.4.2", author="Abhishek Ram", author_email="abhishek8816@gmail.com", packages=find_packages(where=".", exclude=("test*",)),