diff --git a/CHANGELOG.md b/CHANGELOG.md index d03d273876..6f076ea746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ TiUP Changelog +## [1.12.5] 2023-7-17 + +### Fix + +- Fix cannot start tiflash above v7.1.0 in `tiup-cluster` (#2230, @zanmato1984) + ## [1.12.4] 2023-7-13 ### Fix diff --git a/pkg/version/version.go b/pkg/version/version.go index 9e9fb746f4..107925ed68 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 = 4 + TiUPVerPatch = 5 // TiUPVerName is an alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash