Skip to content

Commit

Permalink
chore(docs): Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: spbsoluble <[email protected]>
  • Loading branch information
spbsoluble committed Sep 10, 2024
1 parent 44f331c commit 1d39d7b
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1d39d7b

Please sign in to comment.