diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ded41c..a488c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pkg/version/version.go b/pkg/version/version.go index 0b1092c..62d4ee0 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -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)