From 159f86e406dd72e71de73f39b0598881449eb209 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:54:07 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.1.0=20=E2=86=92=201.2.0=20(?= =?UTF-8?q?#9)?= 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 | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index aecd7eb..14bb442 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.1.0 + version: 1.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f84db96..a001bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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.0 (2024-10-28) + +### Feat + +- Added option to assign a suffix to the bucket name. (#7) + ## 1.1.0 (2024-10-17) ### Feat