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