Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.0"
".": "0.10.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.10.0](https://github.com/KeeperHub/cli/compare/v0.9.0...v0.10.0) (2026-05-07)


### Features

* add `kh w feedback` thin wrapper ([79be12c](https://github.com/KeeperHub/cli/commit/79be12c3ffcedee7930007728a302b59cb349aec))
* KEEP-438 add Cloudflare Access header support ([c5f1326](https://github.com/KeeperHub/cli/commit/c5f132627453ea6d1fb2aa5460bf445657a07443))
* KEEP-438 add Cloudflare Access header support for gated environments ([35c2802](https://github.com/KeeperHub/cli/commit/35c2802c4b1f7a02c92eb668b164c4567133214c))


### Bug Fixes

* KEEP-438 append CF_Authorization to existing Cookie header instead of clobbering ([e4b4f92](https://github.com/KeeperHub/cli/commit/e4b4f927e64be58f24484d2a06356ceb38b919ef))

## [0.9.0](https://github.com/KeeperHub/cli/compare/v0.8.0...v0.9.0) (2026-04-21)


Expand Down
Loading