diff --git a/CHANGELOG.md b/CHANGELOG.md index 208f707..4410794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.0.9 + +- Add official support for Python 3.13 and 3.14 ([#22]). + +[#18]: https://github.com/baluyotraf/altqq/pull/22 + ## 0.0.8 - Lessen restriction by making `ListParameter` a `Collection` ([#18]). diff --git a/pyproject.toml b/pyproject.toml index 854db2c..420f627 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ convention = "google" [tool.poetry] name = "altqq" -version = "0.0.8" +version = "0.0.9" description = "Alternative Queries: Typed and Reusable Handcrafted SQL" authors = ["baluyotraf "] maintainers = ["baluyotraf "]