From 26e7fc1e7238c8f2a1dd5419e40a8e929e68ac02 Mon Sep 17 00:00:00 2001 From: Simon KP Date: Tue, 8 Sep 2026 16:38:56 +1000 Subject: [PATCH] chore(main): release 0.16.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f87262a..bc7e4aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eac3369..3037681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.16.0](https://github.com/KeeperHub/cli/compare/v0.15.0...v0.16.0) (2026-09-08) + + +### Features + +* enable pagination ([daa3328](https://github.com/KeeperHub/cli/commit/daa33288d0790678dea6167b5994b964431152de)) +* paginate list past the API's page cap ([99d9d03](https://github.com/KeeperHub/cli/commit/99d9d037f3323db2c739a64bcedc6627976f0023)) + + +### Bug Fixes + +* KEEP-1331 decode billing subscription response (overageCharges array + usage keys) ([#113](https://github.com/KeeperHub/cli/issues/113)) ([13e5b44](https://github.com/KeeperHub/cli/commit/13e5b4420cc0e569e7846893f638a51659f9864e)) +* **workflow:** reject --limit below 1 instead of paginating everything ([400d685](https://github.com/KeeperHub/cli/commit/400d685e2f70d978503c4bd63d14046862889431)) +* **workflow:** stop clamping list page size before the API call ([b2234e4](https://github.com/KeeperHub/cli/commit/b2234e43b5991d9e116a18e230beeaedc97936fe)) + ## [0.15.0](https://github.com/KeeperHub/cli/compare/v0.14.1...v0.15.0) (2026-08-18)