From c8899cbb5a3f6ef7f26f7791853223d85b9c65c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 21:17:09 +0000 Subject: [PATCH 1/3] chore(main): release 6.1.0-beta.1 --- .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 d41bd0f1..ffd9953d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0-beta.1" + ".": "6.1.0-beta.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e897d778..d0a028c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.0-beta.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.0.0-beta.1...v6.1.0-beta.1) (2026-05-23) + + +### Features + +* add webhook URL policy and wholesale feed sender ([65f84d2](https://github.com/adcontextprotocol/adcp-client-python/commit/65f84d2ea74775c08b067bd393ab82127c558918)) + ## [6.0.0-beta.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v5.7.0...v6.0.0-beta.1) (2026-05-23) diff --git a/pyproject.toml b/pyproject.toml index 5aee152e..6e4bcf3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "6.0.0b1" +version = "6.1.0-beta.1" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 1061c379e5e6ccb8896abe0e85adba27a5b6136b Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Sat, 23 May 2026 17:19:12 -0400 Subject: [PATCH 2/3] chore: trigger release PR checks From 00eae9d914fa188492e14d4e9bb81d5b1cf800aa Mon Sep 17 00:00:00 2001 From: Brian O'Kelley Date: Sat, 23 May 2026 17:21:59 -0400 Subject: [PATCH 3/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 6e4bcf3f..746796b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "6.1.0-beta.1" +version = "6.1.0b1" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}