Skip to content

Commit a0ea3b6

Browse files
committed
Bump version to 5.0.0
1 parent 3f86844 commit a0ea3b6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Versions
22

3-
## 1.8.0
3+
## 5.0.0
44

5+
- Change versioning to match PeerSwap protocol version
56
- Breaking: requires peerswap v5 with premium feature
67
- Enable setting premium rates and display those of peers
7-
- Add premium PPM limit for new swaps, blank by default
8+
- Add premium PPM limit for new swaps, default is blank by design
89
- Remove words "Liquid balance" from telegram backups for privacy
910
- Reduce L-BTC dust reserve to 170 sats for Elements v23.2.7+
1011
- CLN: fetch peers' aliases from gossip

cmd/psweb/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
const (
3636
// App VERSION tag
37-
VERSION = "v1.8.0"
37+
VERSION = "v5.0.0"
3838
// Unusable BTC balance
3939
ANCHOR_RESERVE = 25_000
4040
// assume creatediscountct=1 for mainnet in elements.conf

0 commit comments

Comments
 (0)