Skip to content

Commit

Permalink
DXE-2773 Release cli 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mgwoj committed Jun 16, 2023
1 parent 5bafed9 commit 0244d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# RELEASE NOTES

## X.Y.Z (Xxxx XX, 2023)
## 1.5.5 (June 21, 2023)

### Enhancements

* Improve the way spinner output is displayed. NOTE: the spinner will not print output if not attached to a tty.
* Update the versions and descriptions of the dependencies in the `packages-list.json`

## 1.5.4 (March 16, 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.4"
Version = "1.5.5"
// 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 0244d25

Please sign in to comment.