You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: payjoin-cli/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# payjoin-cli Changelog
2
2
3
+
## 0.1.0
4
+
5
+
- Bump payjoin to 0.23.0
6
+
- Allow specifying a max-feerate for receivers [#332](https://github.com/payjoin/rust-payjoin/pull/332)
7
+
- Fix e2e tests and coverage reporting [#443](https://github.com/payjoin/rust-payjoin/pull/443)[#497](https://github.com/payjoin/rust-payjoin/pull/497)[#532](https://github.com/payjoin/rust-payjoin/pull/532)
8
+
- Handle recoverable receiver errors by replying to sender with error response [#474](https://github.com/payjoin/rust-payjoin/pull/474)[#526](https://github.com/payjoin/rust-payjoin/pull/526)[#534](https://github.com/payjoin/rust-payjoin/pull/534)
9
+
- Make config.toml hierarchical [#538](https://github.com/payjoin/rust-payjoin/pull/538)
10
+
- Make v1/v2 features additive [#538](https://github.com/payjoin/rust-payjoin/pull/538)
11
+
3
12
## 0.0.9-alpha
4
13
5
14
- Make backwards-compatible v2 to v1 sends possible
0 commit comments