From eb94cbb84c5e1070133ab592f08009bb0560e110 Mon Sep 17 00:00:00 2001 From: DanGould Date: Mon, 23 Dec 2024 14:39:13 -0500 Subject: [PATCH] Bump payjoin-ffi-0.22.0 --- CHANGELOG.md | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c4f684..4bda9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.22.0] +- Update `payjoin` to `0.22.0`. (Serialize reply_key with Sender [#41](https://github.com/LtbLightning/payjoin-ffi/pull/41)) + ## [0.21.2] - Add `pj_endpoint` method to `PjUri` types. ([#40](https://github.com/LtbLightning/payjoin-ffi/pull/40)) diff --git a/Cargo.lock b/Cargo.lock index 1584327..012c4c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2042,7 +2042,7 @@ dependencies = [ [[package]] name = "payjoin_ffi" -version = "0.21.2" +version = "0.22.0" dependencies = [ "base64 0.22.1", "bdk", diff --git a/Cargo.toml b/Cargo.toml index 404c56f..21aee2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "payjoin_ffi" -version = "0.21.2" +version = "0.22.0" edition = "2021" license = "MIT OR Apache-2.0" exclude = ["tests"]