Skip to content

Commit

Permalink
Update changelog.txt and version.go (kaspanet#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
someone235 authored Feb 28, 2023
1 parent 880d917 commit 26c4c73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
===========================

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 = 11
appPatch uint = 12
)

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

0 comments on commit 26c4c73

Please sign in to comment.