diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e69746..c09f9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.2.8 (2024-02-01) + +### Fix + +- fix git invocation in docs deploy action + ## 2.2.7 (2024-02-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 8d8784b..8e74f9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = 'convoke' description = 'A Python app configuration toolkit that tries to do things right.' -version = "2.2.7" +version = "2.2.8" authors = [ "David Eyk " ]