diff --git a/.cz.yaml b/.cz.yaml index 7a0398a..f224b29 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -9,5 +9,5 @@ commitizen: template: .cz.changelog.md.j2 update_changelog_on_bump: true use_shortcuts: true - version: 1.2.0 + version: 1.2.1 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index c121b25..430d5c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.2.1 (2024-03-09) + +### Fix + +- **tmux**: enforce emacs bindings + ## v1.2.0 (2024-03-08) ### Feature