diff --git a/.cz.toml b/.cz.toml index 6621ccc..2f83c83 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [ tool.commitizen ] name = "cz_conventional_commits" -version = "0.0.1" +version = "0.1.0" tag_format = "v$version" update_changelog_on_bump = true version_files = [ ".cz.toml:version" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f15694..1e72b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ +## v0.1.0 (2026-06-05) + +### Feat + +- **languages**: helm linter pipeline + ## v0.0.1 (2026-06-05)