diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8a95a..926bf22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.21.0] +This release updates the bindings libraries to `payjoin` version `0.21.0`. +#### APIs changed +- Major overhaul to attempt a stable BIP 77 protocol implementation. +- v1 support is now only available through the V2 backwards-compatible APIs. +- see [payjoin-0.21.0 changelog](https://github.com/payjoin/rust-payjoin/blob/master/payjoin/CHANGELOG.md#0210) for more details. + ## [0.20.0] #### APIs added - Make backwards-compatible `v2` to `v1` sends possible. diff --git a/Cargo.lock b/Cargo.lock index 70db131..cad9079 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2042,7 +2042,7 @@ dependencies = [ [[package]] name = "payjoin_ffi" -version = "0.20.0" +version = "0.21.0" dependencies = [ "base64 0.22.1", "bdk", diff --git a/Cargo.toml b/Cargo.toml index 1a26f5f..eda73c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "payjoin_ffi" -version = "0.20.0" +version = "0.21.0" edition = "2021" license = "MIT OR Apache-2.0" exclude = ["tests"]