From bec269518da58574382563e624eba953bca96503 Mon Sep 17 00:00:00 2001 From: Hayden <49427552+m8rmclaren@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:31:50 -0700 Subject: [PATCH] chore: Update changelog for 1.3 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 085c2294..1110786b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.3.0 +## Features + +### Store-Type Get +- Added `--output-to-integration-manifest` flag to `kfutil store-types get` to download a remote certificate store type definition into an `integration-manifest.json` file locally. + - This path now has the following usage: `get [-i | -n ] [-b ] [-g | --output-to-integration-manifest]` + # v1.2.0 ## Features @@ -39,4 +46,4 @@ Initial release of the Keyfactor Command Utility (kfutil) Production Supported CLIs: - `login`: [kfutil login](docs/kfutil_login.md) - `store-types`: [kfutil store-types](docs/kfutil_store-types.md) -- `stores rot`: [kfutil rot](docs/kfutil_stores_rot.md) \ No newline at end of file +- `stores rot`: [kfutil rot](docs/kfutil_stores_rot.md)