From 5f650bfa3af85c36208ada607d2f59109eb61f8d Mon Sep 17 00:00:00 2001 From: Simon KP Date: Fri, 13 Mar 2026 23:47:40 +1100 Subject: [PATCH] chore(main): release 0.3.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 0451499..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.3" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86013b3..6c64edd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.0](https://github.com/KeeperHub/cli/compare/v0.2.3...v0.3.0) (2026-03-13) + + +### Features + +* browser-based OAuth via server-side relay with nonce ([8bbb5fb](https://github.com/KeeperHub/cli/commit/8bbb5fb4a304f9f0ebfd4091b0683b3701306188)) +* browser-based OAuth via server-side relay with nonce ([5635884](https://github.com/KeeperHub/cli/commit/5635884c62350c0cae73724767b099aebb549ad5)) +* make device flow the default auth method ([eb0b8ff](https://github.com/KeeperHub/cli/commit/eb0b8ffa40a79c45042f468f041c9a163f9be0b8)) + + +### Bug Fixes + +* add Origin header to device flow requests for Better Auth CSRF ([9ff8747](https://github.com/KeeperHub/cli/commit/9ff8747eea2992dee541ddd618989cb9c9f4a429)) + ## [0.2.3](https://github.com/KeeperHub/cli/compare/v0.2.2...v0.2.3) (2026-03-13)