Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions payjoin-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion payjoin-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "payjoin-cli"
version = "0.0.9-alpha"
version = "0.1.0"
authors = ["Dan Gould <d@ngould.dev>"]
description = "A command-line Payjoin client for Bitcoin Core"
repository = "https://github.com/payjoin/rust-payjoin"
Expand Down