From b7b2edf5d370d053b0bb5097ef9cd18beb424b84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:20:05 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.0=20=E2=86=92=201.2.1=20(?= =?UTF-8?q?#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .cz.yaml | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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