diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index 37a7c9a1d8..54e5e8f7ad 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -1,3 +1,9 @@ +## Orbit 0.0.9 (Apr 20, 2022) + +* Add Fleet Desktop Beta support for Windows. + +* Make update interval configurable and increase default from 10s to 15m. + ## Orbit 0.0.8 (Mar 25, 2022) - Fix `orbit shell` command to successfully run when Orbit is already running as daemon. diff --git a/orbit/changes/orbit-update-interval b/orbit/changes/orbit-update-interval deleted file mode 100644 index 269a01e1e6..0000000000 --- a/orbit/changes/orbit-update-interval +++ /dev/null @@ -1 +0,0 @@ -* Make update interval configurable and increase default from 10s to 15m.