From 57aeaf4ba0b87b1f9dd0abd6aa08b6c01fe05dd3 Mon Sep 17 00:00:00 2001 From: nexustar Date: Mon, 17 Jul 2023 17:11:15 +0800 Subject: [PATCH] bump version to v1.12.5 (#2231) --- CHANGELOG.md | 6 ++++++ pkg/version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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