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 85c0f8d..8019871 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-12-05) -Initial release of the AWS Serverless Database module. +### Feat + +- Initial release. (#1)