We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b9006b + 488d3bc commit a1ef166Copy full SHA for a1ef166
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pg_graphql"
3
-version = "1.4.0"
+version = "1.4.1"
4
edition = "2021"
5
6
[lib]
docs/changelog.md
@@ -47,5 +47,8 @@
47
- feature: Support for Postgres 16
48
- feature: Support for user defined functions
49
50
-## master
+## 1.4.1
51
- feature: Support for user defined functions with default arguments
52
+- bugfix: Trigger functions excluded from API
53
+
54
+## master
0 commit comments