diff --git a/README.md b/README.md index 2723037..4f8a0f3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a simple open-source data wrapper that bridges the gap between your Post ## Prerequisites -- have the v0.3.2 of `clerk_fdw` extension enabled in your instance +- have the v0.3.3 of `clerk_fdw` extension enabled in your instance Create the foreign data wrapper: diff --git a/Trunk.toml b/Trunk.toml index b405b94..f75ffd2 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -6,7 +6,7 @@ description = "Postgres Foreign Data Wrapper for Clerk.com Backend API" homepage = "https://github.com/tembo-io/clerk_fdw" documentation = "https://github.com/tembo-io/clerk_fdw" categories = ["connectors"] -version = "0.3.2" +version = "0.3.3" [build] postgres_version = "15" diff --git a/src/lib.rs b/src/lib.rs index f76ed4c..ee032ae 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -161,7 +161,7 @@ fn resp_to_rows(obj: &str, resp: &JsonValue, tgt_cols: &[Column]) -> Vec { } #[wrappers_fdw( - version = "0.3.2", + version = "0.3.3", author = "Tembo.io", website = "https://tembo.io", error_type = "ClerkFdwError"