From deb6ee924bfbb7fae5b6b2b3fda1e0d186ca620b Mon Sep 17 00:00:00 2001 From: Simon KP Date: Thu, 26 Mar 2026 02:15:34 +1100 Subject: [PATCH] chore(main): release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e9431cf..82e355d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.8.0](https://github.com/KeeperHub/cli/compare/v0.7.0...v0.8.0) (2026-03-25) + + +### Features + +* **KEEP-143:** add kh read, chain list, and remove auth wall for public commands ([d4abdf9](https://github.com/KeeperHub/cli/commit/d4abdf9d65dd3617dd74f3c288edf8de7ccf73c2)) +* **KEEP-143:** add kh read, kh plugin, kh chain, and remove auth wall ([59ca228](https://github.com/KeeperHub/cli/commit/59ca22808c765c0c43aeaa7b8e19d30b28d69bb8)) + + +### Bug Fixes + +* match chain API field names (defaultPrimaryRpc, chainType, isEnabled) ([2f54353](https://github.com/KeeperHub/cli/commit/2f543533b6b46517a24cf16eaa0d5fda05682062)) +* parse protocol list from actions map instead of plugins array ([378c41e](https://github.com/KeeperHub/cli/commit/378c41e62cd87c6e78a6ce43c8addbf17162f79e)) + ## [0.7.0](https://github.com/KeeperHub/cli/compare/v0.6.0...v0.7.0) (2026-03-25)