diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a61102..b7b7bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.2.3 (2024-02-01) + +### Fix + +- don't try and set a default alias when it's already set up + ## 2.2.2 (2024-02-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 928ae67..2104fb2 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.2" +version = "2.2.3" authors = [ "David Eyk " ]