diff --git a/cmd/fleetctl/package.go b/cmd/fleetctl/package.go index 1996a36b1..e73f7b940 100644 --- a/cmd/fleetctl/package.go +++ b/cmd/fleetctl/package.go @@ -51,7 +51,7 @@ func packageCommand() *cli.Command { &cli.StringFlag{ Name: "version", Usage: "Version for package product", - Value: "0.0.3", + Value: "0.0.5", Destination: &opt.Version, }, &cli.BoolFlag{ diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index f515c94d2..71b538e93 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -1,3 +1,7 @@ +## Orbit 0.0.5 (Dec 22, 2021) + +* Fix handling of enroll secrets to address 0.0.4 enrollment issue. + ## Orbit 0.0.4 (Dec 19, 2021) * Use `certs.pem` if available in root directory to improve TLS compatibility. diff --git a/orbit/changes/fix-enroll-secret b/orbit/changes/fix-enroll-secret deleted file mode 100644 index 2e9ac03a8..000000000 --- a/orbit/changes/fix-enroll-secret +++ /dev/null @@ -1 +0,0 @@ -* Fix handling of enroll secrets to address 0.0.3 enrollment issue.