diff --git a/CHANGELOG.md b/CHANGELOG.md index 91adfda..eefae8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.0.8 (2024-11-25) + +### 🐛🚑️ Fixes + +- add dependabot yml to template + +### 💚👷 CI & Build + +- add dependabot workflow + ## v0.0.7 (2024-10-18) ### 🐛🚑️ Fixes diff --git a/cz.toml b/cz.toml index 6bf8577..01efc0c 100644 --- a/cz.toml +++ b/cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_gitmoji" -version = "0.0.7" +version = "0.0.8" tag_format = "v$version" bump_message = "🔖 bump(release): v$current_version → v$new_version" update_changelog_on_bump = true