Update changelog.txt and version.go

This commit is contained in:
Ori Newman 2023-02-28 16:19:32 +02:00
parent 880d917e58
commit 4f890fe880
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
Kaspad v0.12.12 - 2023-02-28
===========================
* Rename last references to blockheight (#2089)
* Add code of conduct (#2183)
* Extend TestGetPreciseSigOps with more tests (#2188)
* Add Dockerfile to kaspawallet (#2187)
* Add `--send-all` to `kaspawallet send` command (#2181)
* Bump golang.org/x/text from 0.3.5 to 0.3.8 (#2190)
* Upgrade to go 1.19 (#2191)
Kaspad v0.12.11 - 2022-12-1 Kaspad v0.12.11 - 2022-12-1
=========================== ===========================

View File

@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const ( const (
appMajor uint = 0 appMajor uint = 0
appMinor uint = 12 appMinor uint = 12
appPatch uint = 11 appPatch uint = 12
) )
// appBuild is defined as a variable so it can be overridden during the build // appBuild is defined as a variable so it can be overridden during the build