diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0bf694eb..6451cc3653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ TiUP Changelog +## [1.11.3] 2023-02-14 + +### Improvement + +- Disable telemetry by default ([#2119](https://github.com/pingcap/tiup/pull/2119), [@nexustar](https://github.com/nexustar)) + ## [1.11.2] 2023-02-02 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index bb8d9e4656..5ac47cd1bf 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -23,7 +23,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 11 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 2 + TiUPVerPatch = 3 // TiUPVerName is an alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash