From 2a14c3dc6b8e0d4409cce733302c781ef8d2f8de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:34:35 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=201.0.0=20(?= =?UTF-8?q?#5)?= 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, 5 insertions(+), 3 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 08836a2..e25fc43 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -3,5 +3,5 @@ commitizen: changelog_incremental: true name: cz_conventional_commits update_changelog_on_bump: true - version: 0.1.0 + version: 1.0.0 version_scheme: semver2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 274fe2b..a0c33cc 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 +## 1.0.0 (2024-10-10) -Initial release of the Aptible Managed Endpoint module. +### Feat + +- Initial release. (#4)