diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f6ac75..6243e178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ -# v1.4.1 +# v1.5.0 + +## Features + +### CLI + +- The CLI will now embed the store_type definitions for each release of `kfutil`. +- Add global flag `--offline` to allow for offline mode. This will prevent the CLI from making requests to GitHub for + store types and store type templates and will use embedded store types and templates instead. + ## Fixes -- `stores export --all`: Now properly exports all stores where previously it would only export the first page of stores. + +### Stores + +- `stores export --all`: Correctly paginates through all stores when exporting. + +### CLI + +- No longer log before the `--debug` flag is evaluated. # v1.4.0 ## Features