Skip to content

Commit

Permalink
Merge pull request #437 from supabase/or/tag-1.4.1
Browse files Browse the repository at this point in the history
Bump version to 1.4.1 for release to prod
  • Loading branch information
olirice authored Oct 13, 2023
2 parents 6b9006b + 488d3bc commit a1ef166
Show file tree
Hide file tree
Showing 2 changed files with 5 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.4.0"
version = "1.4.1"
edition = "2021"

[lib]
Expand Down
5 changes: 4 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
- feature: Support for Postgres 16
- feature: Support for user defined functions

## master
## 1.4.1
- feature: Support for user defined functions with default arguments
- bugfix: Trigger functions excluded from API

## master

0 comments on commit a1ef166

Please sign in to comment.