diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ab30f3c..025b307 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -13,7 +13,20 @@ The format is based on `Keep a Changelog`_, and this project adheres to No changes yet -.. _Unreleased: https://github.com/trezor/python-shamir-mnemonic/compare/v0.2.1...HEAD +.. _Unreleased: https://github.com/trezor/python-shamir-mnemonic/compare/v0.2.2...HEAD + + +`0.2.2`_ - 2021-12-07 +--------------------- + +Changed +~~~~~~~ + +- Relaxed Click constraint so that Click 8.x is allowed +- Applied `black` and `flake8` code style + +.. _0.2.2: https://github.com/trezor/python-shamir-mnemonic/compare/v0.2.1...v0.2.2 + `0.2.1`_ - 2021-02-03 --------------------- diff --git a/setup.py b/setup.py index b1a1ea1..ff39d82 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name="shamir-mnemonic", - version="0.2.1", + version="0.2.2", description="SLIP-39 Shamir Mnemonics", long_description="\n".join( (