From 1db07daf940c413c809fd95c2503fa6082f7ae82 Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Mon, 10 Jul 2023 15:19:50 -0500 Subject: [PATCH] cut release v1.2.3 --- Cargo.toml | 2 +- docs/changelog.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 539b8bc2..b380ebb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pg_graphql" -version = "1.2.2" +version = "1.2.3" edition = "2021" [lib] diff --git a/docs/changelog.md b/docs/changelog.md index f4b88d02..072f279f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -30,7 +30,9 @@ ## 1.2.2 - feature: reproducible builds -## master +## 1.2.3 - bugfix: enums not on the roles `search_path` are excluded from introspection - bugfix: remove duplicate Enum registration - bugfix: foreign keys on non-null columns produce non-null GraphQL relationships + +## master