Skip to content

Commit

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

<a name="v0.4.3"></a>
## [v0.4.3] - 2021-07-15
### Fixed
- Fix delete flow and add tests (#90)
### Changed
- Record Addon dependency validation errors as state (#88)
- Requeue addon for deps not installed error (#91)

<a name="v0.4.2"></a>
## [v0.4.2] - 2021-06-09
### Changed
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.2"
Version = "v0.4.3"

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

0 comments on commit c3ff3e6

Please sign in to comment.