diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b2e88..a309f6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.4.8 (2024-02-24) + +### Fix + +- configurable example dotenv file location +- allow tests to pass if coverage files have no update +- do not download envsubst if not required + +### Refactor + +- fix typo in openapi json workflow + ## 1.4.7 (2024-02-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index a560aa2..6073302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ ] [tool.commitizen] name = "cz_conventional_commits" -version = "1.4.7" +version = "1.4.8" version_files = [ "pyproject.toml:version", ]