diff --git a/CHANGELOG.md b/CHANGELOG.md index 6698054..ce7fa39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - +## [0.1.2] - 2022-03-27 + +### Bugfix + +- bump Audible to v0.7.1 to fix a bug when register a new device with pre-Amazon account + ## [0.1.1] - 2022-03-20 ### Added diff --git a/src/audible_cli/_version.py b/src/audible_cli/_version.py index f6c1075..c7ce014 100644 --- a/src/audible_cli/_version.py +++ b/src/audible_cli/_version.py @@ -1,7 +1,7 @@ __title__ = "audible-cli" __description__ = "Command line interface (cli) for the audible package." __url__ = "https://github.com/mkb79/audible-cli" -__version__ = "0.1.1" +__version__ = "0.1.2" __author__ = "mkb79" __author_email__ = "mkb79@hackitall.de" __license__ = "AGPL"