diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f4da1..dd7b2ef 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.12 (2023-12-09) + +### Fix + +- **Renovate**: Prefer GitHub releases to tags + ## 0.14.11 (2023-12-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 95c380c..3ee538a 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.11" + version = "0.14.12" description = "GitHub Actions Starter Workflows and Default Community Health Files" authors = ["Kurt von Laven "] license = "MIT"