diff --git a/CHANGELOG.md b/CHANGELOG.md index 86ee04e..2865a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/tree/HEAD) +## [2.0.0](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/tree/2.0.0) (2024-10-04) -[Full Changelog](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/compare/1.2.0...HEAD) +[Full Changelog](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/compare/1.2.0...2.0.0) **Fixed bugs:** diff --git a/pyproject.toml b/pyproject.toml index 3150ada..522730e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aar_doc" -version = "1.2.1" +version = "2.0.0" description = "A tool for generating docs for Ansible roles" readme = "README.md" authors = ["Miika Kankare ", "Sebastian Gumprich "]