diff --git a/CHANGELOG.md b/CHANGELOG.md index d223fb8..bc6f626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.0.0 (2023-01-10) +### Breaking +* update dependencies ([`6589121`](https://github.com/MrMarble/datadis/commit/658912105d4af7d4ce7f81336a83178758eeca99)) + +### Documentation +* Update badges ([`3fc91aa`](https://github.com/MrMarble/datadis/commit/3fc91aab03bac46f2dad4b6e025cd70c07aaa05d)) + ## v0.8.0 (2021-10-12) ### Feature * Add support for authorized nif ([`2cb5157`](https://github.com/MrMarble/datadis/commit/2cb515739b548c0451aba268c9ecbfc9d78f8938)) diff --git a/pyproject.toml b/pyproject.toml index bb43107..633b686 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datadis" -version = "0.8.0" +version = "1.0.0" description = "Datadis API client" readme = "README.md" authors = ["Alvaro Tinoco "]