diff --git a/CHANGELOG.md b/CHANGELOG.md index a78630d..fc89921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.6.0 (2020-10-20) + +### Feat + +- **automator.py**: Destroy droplet feature + +### Fix + +- **pyproject.toml**: Fix importlib module required for some python versions (not native) + ## 0.5.0 (2020-10-19) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 54d8c73..445603c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydoautomator" -version = "0.5.1" +version = "0.6.0" description = "The Python lib for digital ocean automation" authors = ["Christian Eland "] license = "Apache-2.0" @@ -34,7 +34,7 @@ commitizen = "^2.4.1" [tool.commitizen] name = "cz_conventional_commits" -version = "0.5.1" +version = "0.6.0" tag_format = "$version" [build-system]