diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c9514..b1efc43 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.11.5 (2023-09-02) + +### Fix + +- **Renovate**: Assign myself to pull requests + ## 0.11.4 (2023-09-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 48e4677..dd74836 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "GitHub Starter Workflows" - version = "0.11.4" + version = "0.11.5" description = "GitHub Actions Starter Workflows and Default Community Health Files" authors = ["Kurt von Laven "] license = "MIT"