diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f6414..bcf7850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.7 + +- Fix PostgreSQL issue with non-string non-parameter values ([#16]). + ## 0.0.6 - Fix `altqq.Calculated` not being providing new a descriptor for each attribute diff --git a/pyproject.toml b/pyproject.toml index f7c8e14..ce39498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ convention = "google" [tool.poetry] name = "altqq" -version = "0.0.6" +version = "0.0.7" description = "Alternative Queries: Typed and Reusable Handcrafted SQL" authors = ["baluyotraf "] maintainers = ["baluyotraf "]