diff --git a/CHANGELOG.md b/CHANGELOG.md index c5fefcd..3b2261b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.8.3 (2020-10-29) + +### Refactor + +- **automator.py**: remove unecessary prints + +### Fix + +- **get_all_droplets**: Fix no pagination handling + ## 0.8.2 (2020-10-25) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index 305ba57..9435329 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydoautomator" -version = "0.8.2" +version = "0.8.3" description = "The Python lib for digital ocean automation" authors = ["Christian Eland "] license = "Apache-2.0" @@ -38,7 +38,7 @@ mkdocs-material = "^6.1.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.8.2" +version = "0.8.3" tag_format = "$version" version_files = [ "pyproject.toml:version"