diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d62cbb9b..d03d273876 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ TiUP Changelog +## [1.12.4] 2023-7-13 + +### Fix + +- Fix cannot show tiflash uptime in `tiup-cluster` (#2227, @nexustar) + +### Improvement + +- Remove tcp_port for tiflash in `tiup-cluster` and `tiup-playground` (#2220, @zanmato1984) + ## [1.12.3] 2023-6-14 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index 76631b8d95..9e9fb746f4 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -23,7 +23,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 12 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 3 + TiUPVerPatch = 4 // TiUPVerName is an alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash