diff --git a/CHANGELOG.md b/CHANGELOG.md index abedf16f33..440154129e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ TiUP Changelog +## [1.8.2] 2022-01-11 + +### Fixes + +- Fix global configuration not inherited correctly in `scale-out` command of `tiup-cluster` ([#1701](https://github.com/pingcap/tiup/pull/1701), [@srstack](https://github.com/srstack)) +- Fix errors starting `tiup-playground` in some circumstances ([#1712](https://github.com/pingcap/tiup/pull/1712) [#1715](https://github.com/pingcap/tiup/pull/1715), [@nexustar](https://github.com/nexustar)) +- Fix error comparing nightly versions in `tiup-cluster` ([#1702](https://github.com/pingcap/tiup/pull/1702), [@srstack](https://github.com/srstack)) + +### Improvements + +- Update out-of-date documents of `tiup mirror` ([#1705](https://github.com/pingcap/tiup/pull/1705), [@dveeden](https://github.com/dveeden)) + ## [1.8.1] 2021-12-20 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index 3c8ad1cbff..697d37a5d3 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -23,7 +23,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 8 // 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