diff --git a/.cz.yaml b/.cz.yaml index 9a9be45..c0914b9 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -2,7 +2,7 @@ commitizen: changelog_incremental: true name: cz_conventional_commits + template_loader: keep_a_changelog update_changelog_on_bump: true - version: 0.1.0 + version: 0.1.1 version_scheme: semver2 - template_loader: keep_a_changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index 274fe2b..82fe725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.1.1 (2024-10-10) -Initial release of the Aptible Managed Endpoint module. +### Fix + +- Specify changelog format