diff --git a/CHANGELOG.md b/CHANGELOG.md index bf8160e..0c4f684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.21.2] +- Add `pj_endpoint` method to `PjUri` types. ([#40](https://github.com/LtbLightning/payjoin-ffi/pull/40)) + ## [0.21.1] - Add `to_json` and `from_json` methods to `Sender` and `Receiver` UniFFI types. ([#39](https://github.com/LtbLightning/payjoin-ffi/pull/39)) diff --git a/Cargo.lock b/Cargo.lock index fb0dc26..856162e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2042,7 +2042,7 @@ dependencies = [ [[package]] name = "payjoin_ffi" -version = "0.21.1" +version = "0.21.2" dependencies = [ "base64 0.22.1", "bdk", diff --git a/Cargo.toml b/Cargo.toml index 6fc5536..bdf5467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "payjoin_ffi" -version = "0.21.1" +version = "0.21.2" edition = "2021" license = "MIT OR Apache-2.0" exclude = ["tests"]