diff --git a/CHANGELOG.md b/CHANGELOG.md index 8533d48..a55fad3 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.5 (2023-03-09) + +### Fix + +- **Renovate**: Group MegaLinter Python linters + ## 0.9.4 (2023-03-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9bf902c..135d171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,13 +4,13 @@ build-backend = "poetry.core.masonry.api" [tool] [tool.commitizen] - version = "0.9.4" + version = "0.9.5" version_files = ["pyproject.toml:version"] major_version_zero = true [tool.poetry] name = "GitHub Starter Workflows" - version = "0.9.4" + version = "0.9.5" description = "GitHub Actions Starter Workflows and Default Community Health Files" authors = ["Kurt von Laven "] license = "MIT"