Skip to content

Commit

Permalink
Merge pull request #442 from supabase/chore/bump-version
Browse files Browse the repository at this point in the history
bump version to 1.4.2 and update changelog
  • Loading branch information
imor authored Oct 24, 2023
2 parents cf50260 + 96e83a1 commit 8858025
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.1"
version = "1.4.2"
edition = "2021"

[lib]
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,7 @@
- feature: Support for user defined functions with default arguments
- bugfix: Trigger functions excluded from API

## 1.4.2
- bugfix: UDF call returned null if the row returned by the function had any null column

## master

0 comments on commit 8858025

Please sign in to comment.