From 6c0c20063a36b527eef3cb0bab761a0bb79cf97b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 15:36:32 +0000 Subject: [PATCH 1/3] chore(main): release 6.3.0-beta.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 71cce632..d311c30d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.0-beta.4" + ".": "6.3.0-beta.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ec112f..d734a5d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.3.0-beta.4](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.2.0-beta.4...v6.3.0-beta.4) (2026-05-26) + + +### Features + +* allow externally managed webhook signing capabilities ([#876](https://github.com/adcontextprotocol/adcp-client-python/issues/876)) ([3c312a0](https://github.com/adcontextprotocol/adcp-client-python/commit/3c312a0dacea1c99535dac0bac68db54a6301d26)) + ## [6.2.0-beta.4](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.2.0-beta.3...v6.2.0-beta.4) (2026-05-26) diff --git a/pyproject.toml b/pyproject.toml index 2e6795ea..4a6915cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "6.2.0b4" +version = "6.3.0-beta.4" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 2c05cd8ab22372538e8fc664a58e5da9fdbc19f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 15:36:42 +0000 Subject: [PATCH 2/3] chore: normalize prerelease version to PEP 440 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a6915cd..bb258c79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "6.3.0-beta.4" +version = "6.3.0b4" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From c3edbd55812287f79aba6adfd768b1a0bb17db94 Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Tue, 26 May 2026 11:42:03 -0400 Subject: [PATCH 3/3] chore: trigger release CI