diff --git a/CHANGELOG.md b/CHANGELOG.md index a55fad3..09acf13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This changelog is auto-generated by the Python-based [Commitizen](https://commitizen-tools.github.io/commitizen). +## 0.9.6 (2023-03-09) + +### Fix + +- **Renovate**: Add depName "MegaLinter" to group + ## 0.9.5 (2023-03-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 135d171..6395457 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api" [tool] [tool.commitizen] - version = "0.9.5" + version = "0.9.6" version_files = ["pyproject.toml:version"] major_version_zero = true [tool.poetry] name = "GitHub Starter Workflows" - version = "0.9.5" + version = "0.9.6" description = "GitHub Actions Starter Workflows and Default Community Health Files" authors = ["Kurt von Laven "] license = "MIT"