Skip to content

Commit

Permalink
version bump + changelog (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsutton authored Dec 25, 2023
1 parent 0819244 commit 91e6c6b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Kaspad v0.12.16 - 2023-12-25
===========================

* Adapt wallet UTXO selection to dust patch (#2254)

Kaspad v0.12.15 - 2023-12-16
===========================

* Update ECDSA address test to use a valid public key (#2202)
* Fix off by small amounts in sent amount kaspa (#2220)
* Use removeRedeemers correctly by (#2235)
* Fix windows asset building by increasing go version (#2245)
* Added a mainnet dnsseeder (#2247)
* Fix extract atomic swap data pushes (#2203)
* Adapt kaspawallet to support testnet 11 (#2211)
* Fix type detection in RemoveInvalidTransactions (#2252)

Kaspad v0.12.14 - 2023-09-26
===========================

* Anti-spam measurements against dust attack (#2223)

Kaspad v0.12.13 - 2023-03-06
===========================

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 = 0
appMinor uint = 12
appPatch uint = 15
appPatch uint = 16
)

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

0 comments on commit 91e6c6b

Please sign in to comment.