diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a9e51fdb..9ec34d3723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ TiUP Changelog +## [1.10.2] 2022-06-16 + +### Fixes + +- Fix cannot get drainer status from pd in `tiup-cluster` ([#1922](https://github.com/pingcap/tiup/pull/1922), [@srstack](https://github.com/srstack)) +- Fix error when check time zone in `tiup-cluster` ([#1925](https://github.com/pingcap/tiup/pull/1925), [@nexustar](https://github.com/nexustar)) +- Fix wrong parameter value of --peer-urls in `tiup-dm` ([#1926](https://github.com/pingcap/tiup/pull/1926), [@nexustar](https://github.com/nexustar)) + ## [1.10.1] 2022-06-09 ### Fix diff --git a/pkg/version/version.go b/pkg/version/version.go index f895203780..5f5ce101ef 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -23,7 +23,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 10 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 1 + TiUPVerPatch = 2 // TiUPVerName is an alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash