diff --git a/payjoin-cli/CHANGELOG.md b/payjoin-cli/CHANGELOG.md index d5e8ad886..4589091bd 100644 --- a/payjoin-cli/CHANGELOG.md +++ b/payjoin-cli/CHANGELOG.md @@ -1,5 +1,15 @@ # payjoin-cli Changelog +## 0.1.0 + +- Bump payjoin to v0.22.0 with stable wire protocol + - Allow mixed input scripts in v2 (#367) + +- Fix bug to propagate missing `ohttp_keys` config parameter or argument error (#441) +- Don't pause between long polling requests (#463) +- Hide danger-local-https feature with _ prefix (#423) + + ## 0.0.9-alpha - Make backwards-compatible v2 to v1 sends possible diff --git a/payjoin-cli/Cargo.toml b/payjoin-cli/Cargo.toml index bd7fa1fa2..38f1a71ab 100644 --- a/payjoin-cli/Cargo.toml +++ b/payjoin-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "payjoin-cli" -version = "0.0.9-alpha" +version = "0.1.0" authors = ["Dan Gould "] description = "A command-line Payjoin client for Bitcoin Core" repository = "https://github.com/payjoin/rust-payjoin"