diff --git a/CHANGELOG.md b/CHANGELOG.md index d82724f..8cc3e93 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.16 (2024-03-14) + +### Fix + +- **Renovate**: Only prepend "v" when missing + ## 0.14.15 (2023-12-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c05a82a..b941464 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.15" + version = "0.14.16" description = "GitHub Actions Starter Workflows and Default Community Health Files" authors = ["Kurt von Laven "] license = "MIT"