diff --git a/CHANGELOG.md b/CHANGELOG.md index c439e2145b..1b63e7136c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,20 @@ +## [0.13.3] - 2023-10-16 + +### Bug Fixes + +- Issue with GMP not properly being linked on mac (#698) +- Always propose with current app version (#697) + ## [0.13.2] - 2023-10-09 ### Bug Fixes - Log-file-path setting does not work (#691) +### Miscellaneous Tasks + +- Update changelog and version to 0.13.2 + ## [0.13.1] - 2023-09-14 ### Bug Fixes diff --git a/version/version.go b/version/version.go index 81c4a5bfb1..8e1bb184b4 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ var ( const ( // TMVersionDefault is the used as the fallback version for Tenderdash // when not using git describe. It is formatted with semantic versioning. - TMVersionDefault = "0.13.2" + TMVersionDefault = "0.13.3" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.23.0"