From 6f80310c8ca6ce524c2069d327e87add8a22a71c Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:13:49 +0000 Subject: [PATCH 1/2] chore(main): release 7.0.0-rc.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5ae089a7e..ac86c829f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0-rc.1" + ".": "7.0.0-rc.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a06914fcb..058eb17bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [7.0.0-rc.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.0-rc.1...v7.0.0-rc.2) (2026-08-13) + + +### Features + +* **protocol:** support AdCP 3.1.13 schemas ([#1021](https://github.com/adcontextprotocol/adcp-client-python/issues/1021)) ([71a45b4](https://github.com/adcontextprotocol/adcp-client-python/commit/71a45b48442d5ab72d1190f44039595ba548d992)) + + +### Bug Fixes + +* **ci:** harden privileged workflows ([#1003](https://github.com/adcontextprotocol/adcp-client-python/issues/1003)) ([688b3e4](https://github.com/adcontextprotocol/adcp-client-python/commit/688b3e4c6f4551f7f04d4ce68f6a69a5ee943523)) +* **decisioning:** disable sync task webhooks by default ([#1020](https://github.com/adcontextprotocol/adcp-client-python/issues/1020)) ([46c464a](https://github.com/adcontextprotocol/adcp-client-python/commit/46c464a33780bbce2424438cab99e5cf900df899)) +* **security:** harden external sinks and callbacks ([#1002](https://github.com/adcontextprotocol/adcp-client-python/issues/1002)) ([e27c6a7](https://github.com/adcontextprotocol/adcp-client-python/commit/e27c6a7a8b9831806540f69101f2ad4e33c3a162)) + ## [7.0.0-rc.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.0-rc...v7.0.0-rc.1) (2026-08-05) diff --git a/pyproject.toml b/pyproject.toml index 52b33a72b..d7154e46d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "7.0.0rc1" +version = "7.0.0-rc.2" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} From 4d90d9aef220d588c24de80de3615be0eb53eeff Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" Date: Thu, 13 Aug 2026 14:14:04 +0000 Subject: [PATCH 2/2] 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 d7154e46d..99c2e98a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "7.0.0-rc.2" +version = "7.0.0rc2" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}