From cbcc2ce967981221380a7307bf7843fec2ea5283 Mon Sep 17 00:00:00 2001 From: kaaaaaaang Date: Tue, 28 May 2024 18:42:29 +0800 Subject: [PATCH] bump to v1.15.2 (#2421) --- CHANGELOG.md | 6 ++++++ pkg/version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 830aa30a23..1617df701f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ TiUP Changelog +## [1.15.2] 2024-05-28 + +### Improvements + +- Remove LGPL dependency + ## [1.15.1] 2024-04-11 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index 536b945aaa..3255811146 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -23,7 +23,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 15 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 0 + TiUPVerPatch = 2 // TiUPVerName is an alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash