From e54272c50ab2810c5f2d1095991aaf40a2e56722 Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Mon, 8 Jul 2024 15:33:09 -0500 Subject: [PATCH] bump versions for 1.5.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/changelog.md | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a994a72e..b853db22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,7 +1027,7 @@ dependencies = [ [[package]] name = "pg_graphql" -version = "1.5.6" +version = "1.5.7" dependencies = [ "base64 0.13.1", "bimap", diff --git a/Cargo.toml b/Cargo.toml index 6c8585da..e01e55e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_graphql" -version = "1.5.6" +version = "1.5.7" edition = "2021" [lib] diff --git a/docs/changelog.md b/docs/changelog.md index d578aaf8..b8c66b8e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -84,5 +84,8 @@ ## 1.5.6 - feature: add support for filtering on array column types using `contains`, `containedBy`, `overlaps`, `is`, `eq` -## master +## 1.5.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