Skip to content

Commit

Permalink
Merge pull request #383 from supabase/release_v1.2.3
Browse files Browse the repository at this point in the history
Bump version for release v1.2.3
  • Loading branch information
olirice authored Jul 10, 2023
2 parents ff17650 + 1db07da commit 3d5f3c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_graphql"
version = "1.2.2"
version = "1.2.3"
edition = "2021"

[lib]
Expand Down
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3d5f3c4

Please sign in to comment.