Skip to content

Commit a1ef166

Browse files
authored
Merge pull request #437 from supabase/or/tag-1.4.1
Bump version to 1.4.1 for release to prod
2 parents 6b9006b + 488d3bc commit a1ef166

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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.0"
3+
version = "1.4.1"
44
edition = "2021"
55

66
[lib]

docs/changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
- feature: Support for Postgres 16
4848
- feature: Support for user defined functions
4949

50-
## master
50+
## 1.4.1
5151
- feature: Support for user defined functions with default arguments
52+
- bugfix: Trigger functions excluded from API
53+
54+
## master

0 commit comments

Comments
 (0)