Skip to content

Commit

Permalink
Bump payjoin_ffi 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Dec 3, 2024
1 parent 288000e commit acae1d3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit acae1d3

Please sign in to comment.