diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a39570..4db1a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change log +### 0.2.1 +- Fixed include & exclude logic being switched in v0.2.0 + + ### 0.2.0 - Added **Humble Trove** support _(`--trove` to also check/download trove content)_ - Now by default only new content is downloaded. Use `--update` to also check for updated content diff --git a/humblebundle_downloader/_version.py b/humblebundle_downloader/_version.py index 7fd229a..fc79d63 100644 --- a/humblebundle_downloader/_version.py +++ b/humblebundle_downloader/_version.py @@ -1 +1 @@ -__version__ = '0.2.0' +__version__ = '0.2.1'