Skip to content

Commit 8858025

Browse files
authored
Merge pull request #442 from supabase/chore/bump-version
bump version to 1.4.2 and update changelog
2 parents cf50260 + 96e83a1 commit 8858025

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pg_graphql"
3-
version = "1.4.1"
3+
version = "1.4.2"
44
edition = "2021"
55

66
[lib]

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@
5151
- feature: Support for user defined functions with default arguments
5252
- bugfix: Trigger functions excluded from API
5353

54+
## 1.4.2
55+
- bugfix: UDF call returned null if the row returned by the function had any null column
56+
5457
## master

0 commit comments

Comments
 (0)