Skip to content

Commit

Permalink
Bump payjoin-ffi 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Dec 6, 2024
1 parent 238310e commit 437bdac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [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))

## [0.21.0]
This release updates the bindings libraries to `payjoin` version `0.21.0`.
#### APIs changed
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.21.0"
version = "0.21.1"
edition = "2021"
license = "MIT OR Apache-2.0"
exclude = ["tests"]
Expand Down

0 comments on commit 437bdac

Please sign in to comment.