diff --git a/CHANGELOG.md b/CHANGELOG.md index 351b1e3..3527d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.10 (2024-11-30) + +### Fix + +- add DEBUG=1 to testing workflows by default + ## 2.0.9 (2024-11-18) ## 2.0.8 (2024-11-13) diff --git a/pyproject.toml b/pyproject.toml index 32f769d..86407cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ docs = [ ] [tool.commitizen] name = "cz_conventional_commits" -version = "2.0.9" +version = "2.0.10" version_files = [ "pyproject.toml:version", ]