Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon1777 committed Oct 8, 2024
1 parent dfd40fd commit a02d118
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
Karlsend v2.2.1 - 2024-09-19
Karlsend v2.2.1 & v2.2.2 - 2024-09-19 - 2024-10-08
============================

* Wallet-related improvements and fixes
* broadcast wallet transactions in chunks
* adapt wallet UTXO selection to dust patch
* add options to see wallet and wallet daemon versions
* lazy wallet utxo sync after broadcasting tx
* RPC SubmitTransaction: Dequeue old responses from previous requests
* KIP9 basic wallet compatibility
---
* regenerated `karlsenwalletd.pb.go` and `karlsenwalletd_grpc.pb.go`
* Updated Go modules and dependencies

Karlsend v2.2.0 - 2024-09-03
============================
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 2
appMinor uint = 2
appPatch uint = 1
appPatch uint = 2
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down

0 comments on commit a02d118

Please sign in to comment.