diff --git a/.cz.yaml b/.cz.yaml index 14bb442..5f5cedb 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -3,4 +3,4 @@ commitizen: changelog_incremental: true name: cz_conventional_commits update_changelog_on_bump: true - version: 1.2.0 + version: 1.2.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index a001bb8..5070356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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). +## 1.2.1 (2024-10-28) + +### Fix + +- Added missing dash for buckets with a suffix. (#10) +- Updated bucket resource to allow replacement with `create_before_destroy`. + ## 1.2.0 (2024-10-28) ### Feat