diff --git a/payjoin/CHANGELOG.md b/payjoin/CHANGELOG.md index 3b72cc66..00be8a8a 100644 --- a/payjoin/CHANGELOG.md +++ b/payjoin/CHANGELOG.md @@ -1,5 +1,9 @@ # Payjoin Changelog +## 0.8.2 + +- Support MSRV 1.57.0 + ## 0.8.0 - Test receiver compatibility with BlueWallet diff --git a/payjoin/Cargo.toml b/payjoin/Cargo.toml index 924f3975..4ae535e8 100644 --- a/payjoin/Cargo.toml +++ b/payjoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "payjoin" -version = "0.8.0" +version = "0.8.2" authors = ["Dan Gould "] description = "Payjoin Library for the BIP78 Pay to Endpoint protocol." homepage = "https://github.com/chaincase-app/payjoin"