Skip to content

Commit

Permalink
Add CHANGELOG.md entry for 1.5.1 (#3589)
Browse files Browse the repository at this point in the history
* Add CHANGELOG.md entry for 1.5.1

Signed-off-by: Marcos Yacob <[email protected]>
  • Loading branch information
MarcosDY authored Nov 8, 2022
1 parent 33f87e9 commit cb79b8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.5.1] - 2022-11-08

### Fixed
- The deprecated `default_svid_ttl` configurable is now correctly observed after fixing a regression introduced in 1.5.0 (#3583)

## [1.5.0] - 2022-11-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion pkg/common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// IMPORTANT: When updating, make sure to reconcile the versions list that
// is part of the upgrade integration test. See
// test/integration/suites/upgrade/README.md for details.
Base = "1.5.0"
Base = "1.5.1"
)

var (
Expand Down

0 comments on commit cb79b8e

Please sign in to comment.