diff --git a/Cargo.lock b/Cargo.lock index d7d2c1d..19d093e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1548,7 +1548,7 @@ dependencies = [ [[package]] name = "orb_fdw" -version = "0.12.2" +version = "0.13.0" dependencies = [ "futures", "orb-billing", diff --git a/Cargo.toml b/Cargo.toml index 0599416..dfc67d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orb_fdw" -version = "0.12.2" +version = "0.13.0" edition = "2021" publish = false diff --git a/README.md b/README.md index 457765a..e6c3d70 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ and [Orb](https://www.withorb.com/) a leading usage-based billing solution. ### Pre-requisistes -- have the v0.12.1 of `orb_fdw` extension enabled in your instance +- have the v0.13.0 of `orb_fdw` extension enabled in your instance Create the foreign data wrapper: diff --git a/Trunk.toml b/Trunk.toml index 51d5cb3..46b02f5 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -6,7 +6,7 @@ description = "Postgres Foreign Data Wrapper for withorb.com Backend API" homepage = "https://github.com/tembo-io/orb_fdw" documentation = "https://github.com/tembo-io/orb_fdw" categories = ["connectors"] -version = "0.12.2" +version = "0.13.0" [build] postgres_version = "15" diff --git a/sql/orb_fdw--0.12.2--0.13.0.sql b/sql/orb_fdw--0.12.2--0.13.0.sql new file mode 100644 index 0000000..e69de29 diff --git a/src/lib.rs b/src/lib.rs index 5a7ee3e..050da41 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -158,7 +158,7 @@ fn process_data( } #[wrappers_fdw( - version = "0.12.2", + version = "0.13.0", author = "Jay Kothari", website = "https://github.com/orb_fdw", error_type = "OrbFdwError"