diff --git a/Cargo.lock b/Cargo.lock index 308e2bd6..beafd649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1045,7 +1045,7 @@ dependencies = [ [[package]] name = "pg_graphql" -version = "1.5.7" +version = "1.5.8" dependencies = [ "base64 0.13.1", "bimap", diff --git a/Cargo.toml b/Cargo.toml index a18ac882..4148a6b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_graphql" -version = "1.5.7" +version = "1.5.8" edition = "2021" [lib] diff --git a/docs/changelog.md b/docs/changelog.md index bacd3c49..a609e768 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -88,5 +88,7 @@ - bugfix: UDF argument with a complex default expression was marked as required - bugfix: not null foreign keys referencing tables with RLS are marked as nullable -## master +## 1.5.8 - bugfix: relational query with more than 100 fields fails + +## master