Skip to content

Commit

Permalink
DXE-3466 Changelog & version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wzagrajcz committed Jan 18, 2024
1 parent 0d88360 commit db66381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# RELEASE NOTES

## X.X.X (XXX, 2023)
## 1.5.6 (January 22, 2024)

### Enhancements

* Migrated to go 1.20
* Enhanced README with information about global flags
* Enhanced README with information about global flags
* Various dependencies updated

## 1.5.5 (June 21, 2023)

Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "github.com/Masterminds/semver"

const (
// Version Application Version
Version = "1.5.5"
Version = "1.5.6"
// Equals p1==p2 in version.Compare(p1, p2)
Equals = 0
// Error failure parsing one of the parameters in version.Compare(p1, p2)
Expand Down

0 comments on commit db66381

Please sign in to comment.