diff --git a/Cargo.toml b/Cargo.toml index 15c773db..66d02675 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_graphql" -version = "1.4.2" +version = "1.4.3" edition = "2021" [lib] diff --git a/docs/changelog.md b/docs/changelog.md index c83a131f..51367baf 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -54,8 +54,10 @@ ## 1.4.2 - bugfix: UDF call returned null if the row returned by the function had any null column -## master +## 1.4.3 - bugfix: make non-default args non-null in UDFs - bugfix: default value of a string type argument in a UDF was wrapped in single quotes - feature: add support for array types in UDFs - bugfix: fix crash when there are cycles in fragments + +## master