diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cc664..6c432ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change log +## 0.4.3 + +- Added support for asm games ([#75](https://github.com/xtream1101/humblebundle-downloader/pull/75)) + + ## 0.4.2 - Added public docker image diff --git a/pyproject.toml b/pyproject.toml index 1bce2e9..1676a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "humblebundle-downloader" -version = "0.4.2" +version = "0.4.3" description = "Download your Humble Bundle library" authors = ["Eddy Hintze "] license = "MIT"