From 7223ed50460785a2adf666d511a257aa03110294 Mon Sep 17 00:00:00 2001 From: nexustar Date: Tue, 14 Feb 2023 15:08:03 +0800 Subject: [PATCH] add v1.11.3 release note (#2120) --- CHANGELOG.md | 6 ++++++ pkg/version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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