Skip to content

Commit

Permalink
cut release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Jul 10, 2023
1 parent ff17650 commit 1db07da
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 1db07da

Please sign in to comment.