Skip to content

Commit

Permalink
DXE-2411 Updated release entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Slonimskaia committed Mar 10, 2023
1 parent 2a75f2e commit 045df2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# RELEASE NOTES

## 1.5.4 (March 16, 2023)

### Enhancements

* Various dependencies updated
* Update cli-diagnostics version to v1.1.0

## 1.5.3 (January 26, 2023)

### Enhancements
Expand Down
4 changes: 2 additions & 2 deletions pkg/commands/package_list/package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
{
"title": "Diagnostics",
"name": "diagnostics",
"version": "v1.0.0",
"version": "v1.1.0",
"url": "https://github.com/akamai/cli-diagnostics",
"issues": "https://github.com/akamai/cli-diagnostics/issues",
"commands": [{"name":"diagnostics","aliases":["diag", "edge-diagnostics"],"version":"v1.0.0","description":"Edge Diagnostics enables you to identify, analyze, and troubleshoot common content delivery network issues that your users may encounter.","bin": "https://github.com/akamai/cli-diagnostics/releases/download/{{.Version}}/akamai-{{.Name}}-{{.Version}}-{{.OS}}{{.Arch}}{{.BinSuffix}}"}],
"commands": [{"name":"diagnostics","aliases":["diag", "edge-diagnostics"],"version":"v1.1.0","description":"Edge Diagnostics enables you to identify, analyze, and troubleshoot common content delivery network issues that your users may encounter.","bin": "https://github.com/akamai/cli-diagnostics/releases/download/{{.Version}}/akamai-{{.Name}}-{{.Version}}-{{.OS}}{{.Arch}}{{.BinSuffix}}"}],
"requirements": {"go":"1.17.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 @@ -4,7 +4,7 @@ import "github.com/Masterminds/semver"

const (
// Version Application Version
Version = "1.5.3"
Version = "1.5.4"
// 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 045df2d

Please sign in to comment.