Skip to content

Commit

Permalink
Release v0.4.0 (#81)
Browse files Browse the repository at this point in the history
* Release v0.4.0 bump version and Changelog

Signed-off-by: Kevin D <[email protected]>
  • Loading branch information
kevdowney authored Jun 7, 2021
1 parent c441156 commit b3b1f1b
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.0"></a>
## [v0.4.0] - 2021-06-07
### Changed
- Upgrade workflows and deps (#80)

<a name="v0.3.1"></a>
## [v0.3.1] - 2020-10-06
### Fixed
Expand Down Expand Up @@ -50,7 +55,8 @@
### Added
- Initial Release of Addon Manager

[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/keikoproj/addon-manager/compare/v0.4.0...HEAD
[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
[v0.3.0]: https://github.com/keikoproj/addon-manager/compare/v0.3.0...v0.2.1
[v0.2.1]: https://github.com/keikoproj/addon-manager/compare/v0.2.0...v0.2.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.0-dev"
Version = "v0.4.0"

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

0 comments on commit b3b1f1b

Please sign in to comment.