diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d27abe..436a60c 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.14.10 (2023-12-08) + +### Refactor + +- **Renovate**: Migrate to `matchFileNames` + ## 0.14.9 (2023-12-07) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 7e6c4b0..2ec8bfe 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.14.9" + version = "0.14.10" description = "GitHub Actions Starter Workflows and Default Community Health Files" authors = ["Kurt von Laven "] license = "MIT"