Skip to content

Commit

Permalink
Bump version and CHANGELOG for v0.4.2 (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin D <[email protected]>
  • Loading branch information
kevdowney authored Jun 9, 2021
1 parent 70e350e commit 226e1eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<a name="unreleased"></a>
## [Unreleased]

<a name="v0.4.2"></a>
## [v0.4.2] - 2021-06-09
### Changed
- Increase Addon TTL to 1-hour and reset status per checksum change (#86)

<a name="v0.4.1"></a>
## [v0.4.1] - 2021-06-08
### Changed
Expand Down Expand Up @@ -62,7 +67,8 @@
### Added
- Initial Release of Addon Manager

[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.4.1...HEAD
[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.4.2...HEAD
[v0.4.2]: https://github.com/keikoproj/addon-manager/compare/v0.4.1...v0.4.2
[v0.4.1]: https://github.com/keikoproj/addon-manager/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/keikoproj/addon-manager/compare/v0.3.1...v0.4.0
[v0.3.1]: https://github.com/keikoproj/addon-manager/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import "fmt"
// The below variables will be overrriden using ldflags set by goreleaser during the build process
var (
// Version is the version string
Version = "v0.4.1"
Version = "v0.4.2"

// GitCommit is the git commit hash
GitCommit = "NONE"
Expand Down

0 comments on commit 226e1eb

Please sign in to comment.