From 5edf15975853fd6a4329c547d09c2272e29568ab Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:27:20 +0000 Subject: [PATCH] chore(main): release 6.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b85605b8..2f0a9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.5.0" + ".": "6.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed72bef..fec7b2bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.6.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.5.0...v6.6.0) (2026-07-01) + + +### Features + +* **protocol:** support AdCP 3.1.1 schemas ([22ae047](https://github.com/adcontextprotocol/adcp-client-python/commit/22ae0472a22f8e0111456d8e0660d242c77bff23)) + + +### Bug Fixes + +* **adagents:** follow safe well-known redirects ([fbb91c1](https://github.com/adcontextprotocol/adcp-client-python/commit/fbb91c113bfeb003f0c182ae0f6457fc65df07ba)) + ## [6.5.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.4.1...v6.5.0) (2026-06-28) diff --git a/pyproject.toml b/pyproject.toml index 2371e200..9c233703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "6.5.0" +version = "6.6.0" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}