diff --git a/.cz.toml b/.cz.toml index 44169d9..e62f74c 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,7 +1,7 @@ [tool] [tool.commitizen] name = "cz_customize" -version = "0.0.7" +version = "0.0.8" tag_format = "v$version" bump_message = "bump: release $current_version → $new_version [skip-ci]" update_changelog_on_bump = true diff --git a/CHANGELOG.md b/CHANGELOG.md index dffd6ea..8c8c1e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,39 @@ -## v0.0.7 (2023-12-07) +## v0.0.8 (2023-12-28) -- chore(deps): bump actions/setup-go from 4 to 5 (#7) -- Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. -- [Release notes](https://github.com/actions/setup-go/releases) -- [Commits](https://github.com/actions/setup-go/compare/v4...v5) +- chore(deps): bump github.com/aws/aws-lambda-go from 1.41.0 to 1.43.0 (#10) +- Bumps [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) from 1.41.0 to 1.43.0. +- [Release notes](https://github.com/aws/aws-lambda-go/releases) +- [Commits](https://github.com/aws/aws-lambda-go/compare/v1.41.0...v1.43.0) --- updated-dependencies: -- dependency-name: actions/setup-go +- dependency-name: github.com/aws/aws-lambda-go dependency-type: direct:production - update-type: version-update:semver-major + update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> +## v0.0.7 (2023-12-07) + + +- chore(deps): bump actions/setup-go from 4 to 5 (#7) +- Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. +- [Release notes](https://github.com/actions/setup-go/releases) +- [Commits](https://github.com/actions/setup-go/compare/v4...v5) + +--- +updated-dependencies: +- dependency-name: actions/setup-go + dependency-type: direct:production + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> + ## v0.0.6 (2023-12-07)