From ddc133e17adc6f4188813d4f9183daeed45160d6 Mon Sep 17 00:00:00 2001 From: Ilya Bogin Date: Tue, 16 Jun 2026 16:13:09 +0300 Subject: [PATCH] chore: bump version to 0.1.22 Release the X-Keenable-Title fix (#45): the CLI now sends the header the backend requires on token-less endpoints, unbreaking the free-tier flow. Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1817fb..658bcf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -647,7 +647,7 @@ dependencies = [ [[package]] name = "keenable-cli" -version = "0.1.21" +version = "0.1.22" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index d48f78e..c32eb39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "keenable-cli" -version = "0.1.21" +version = "0.1.22" edition = "2024" description = "Keenable CLI — authenticate, manage API keys, configure MCP, and search the web" authors = ["grigorevp "]