diff --git a/.cz.toml b/.cz.toml index 802ddb9..01fc948 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "1.1.0" +version = "1.2.0" update_changelog_on_bump = true tag_format = "v$version" changelog_start_rev = "v1.0.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index a1168db..1ee96de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.0 (2024-07-22) + +### New Features + +- **esp32c5**: Add stub flasher support + ## v1.1.0 (2024-07-08) ### New Features