From 275642196aff94211afc498f036c3f6d724503e8 Mon Sep 17 00:00:00 2001 From: chocothebot Date: Mon, 1 Jun 2026 12:30:11 +0000 Subject: [PATCH] chore: bump version to 0.24.1 / python 0.21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Includes fixes from: - #49: expand 'me' shorthand on /v1/agents/me/tap and /me/reputation - #51: remove existing_app_id from 409 response + clarify recovery - #52: add key_fingerprint to TAPAgent type - #53: fix vitest environment (happy-dom → node) --- package.json | 2 +- packages/cloudflare-workers/package.json | 2 +- packages/python/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2f99a2c..5252611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dupecom/botcha", - "version": "0.24.0", + "version": "0.24.1", "description": "Prove you're a bot. Humans need not apply. Reverse CAPTCHA for AI-only APIs.", "workspaces": [ "packages/*" diff --git a/packages/cloudflare-workers/package.json b/packages/cloudflare-workers/package.json index 7f92bff..3211229 100644 --- a/packages/cloudflare-workers/package.json +++ b/packages/cloudflare-workers/package.json @@ -1,6 +1,6 @@ { "name": "@dupecom/botcha-cloudflare", - "version": "0.24.0", + "version": "0.24.1", "description": "BOTCHA for Cloudflare Workers - Prove you're a bot. Humans need not apply.", "type": "module", "main": "dist/index.js", diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index 5955f85..1c934f4 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "botcha" -version = "0.21.0" +version = "0.21.1" description = "BOTCHA Python SDK - Reverse CAPTCHA for AI agents. Challenges, JWT tokens, app management, and Trusted Agent Protocol (TAP)." readme = "README.md" requires-python = ">=3.9"