Skip to content

Commit

Permalink
bump version to v1.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox committed Jun 26, 2024
1 parent 8f7230f commit 23d31a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
TiUP Changelog

## [1.16.0] 2024-06-27

### New Features

- Deploy PD as microservices in `tiup-cluster` (#2377, @rleungx)

### Improvements

- Remove tombstone nodes of pd when executing `tiup-cluster prune` (#2044, @nexustar)
- Redact `-p` (password) arguments in command execution (#2425, @nexustar)

## [1.15.2] 2024-05-28

### Improvements
Expand Down
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ var (
// TiUPVerMajor is the major version of TiUP
TiUPVerMajor = 1
// TiUPVerMinor is the minor version of TiUP
TiUPVerMinor = 15
TiUPVerMinor = 16
// TiUPVerPatch is the patch version of TiUP
TiUPVerPatch = 2
TiUPVerPatch = 0
// TiUPVerName is an alternative name of the version
TiUPVerName = "tiup"
// GitHash is the current git commit hash
Expand Down

0 comments on commit 23d31a6

Please sign in to comment.