Skip to content

Commit

Permalink
Bump v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed May 11, 2023
1 parent 2ea69b2 commit 793e3f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.

5 changes: 4 additions & 1 deletion payjoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# PayJoin Changelog

# ???
## 0.8.0

- Test receiver compatibility with BlueWallet
- Rename `sender`, `receiver` features `send`, `receive`
- introduce `receive::Error` for fallable checklist items [#59](https://github.com/payjoin/rust-payjoin/pull/59)
- Display receiver errors, RequestErrors with JSON (https://github.com/payjoin/rust-payjoin/pull/49)

## 0.7.0

Expand Down
2 changes: 1 addition & 1 deletion payjoin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "payjoin"
version = "0.7.0"
version = "0.8.0"
authors = ["Dan Gould <[email protected]>"]
description = "PayJoin Library for the BIP78 Pay to Endpoint protocol."
homepage = "https://github.com/chaincase-app/payjoin"
Expand Down

0 comments on commit 793e3f6

Please sign in to comment.