From ade794a9859b8fe58e9f86c9101a4fcfb28dbb70 Mon Sep 17 00:00:00 2001
From: Telekom MMS GmbH <mms@telekom.de>
Date: Tue, 15 Oct 2024 21:32:02 +0000
Subject: [PATCH] update changelog

---
 CHANGELOG.md   | 12 ++++++++++++
 pyproject.toml |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65bcae0..2154c47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@
 **Implemented enhancements:**
 
 - \[Enhancement\] The markdown template should include the content of the description field [\#78](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/issues/78)
+- Feature/generate defaults [\#81](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/81) ([moritzrp](https://github.com/moritzrp))
+- feat\(template\): add description to markdown template [\#79](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/79) ([rndmh3ro](https://github.com/rndmh3ro))
 
 **Fixed bugs:**
 
@@ -16,6 +18,16 @@
 
 - \[Bug\] output\_template not used [\#69](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/issues/69)
 
+**Merged pull requests:**
+
+- chore\(deps\): update dependency black to v24.10.0 [\#86](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/86) ([renovate[bot]](https://github.com/apps/renovate))
+- chore\(deps\): update dependency pre-commit to v4.0.1 [\#85](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/85) ([renovate[bot]](https://github.com/apps/renovate))
+- Fix/stuff [\#84](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/84) ([rndmh3ro](https://github.com/rndmh3ro))
+- chore\(deps\): update actions/checkout action to v4.2.1 [\#83](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/83) ([renovate[bot]](https://github.com/apps/renovate))
+- chore\(deps\): update actions/checkout digest to eef6144 [\#82](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/82) ([renovate[bot]](https://github.com/apps/renovate))
+- chore\(deps\): update dependency pre-commit to v4 [\#80](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/80) ([renovate[bot]](https://github.com/apps/renovate))
+- Change entry point to aar-doc  [\#76](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/pull/76) ([moritzrp](https://github.com/moritzrp))
+
 ## [1.2.0](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/tree/1.2.0) (2024-09-30)
 
 [Full Changelog](https://github.com/telekom-mms/Automated-Ansible-Role-Documentation/compare/1.1.0...1.2.0)
diff --git a/pyproject.toml b/pyproject.toml
index d6ebb4a..92b1d37 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "aar_doc"
-version = "2.0.0"
+version = "2.0.1"
 description = "A tool for generating docs for Ansible roles"
 readme = "README.md"
 authors = ["Miika Kankare <miika@kanka.re>", "Sebastian Gumprich <sebastian.gumprich@telekom.de>"]