From 9d733ffe3797e8302dcfb895884947277321f4a3 Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 22:25:55 +0000 Subject: [PATCH] chore(main): release 7.0.2 --- .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 9995fe5e..5315ef9d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.1" + ".": "7.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ddbfae9..281178c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.0.2](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.1...v7.0.2) (2026-08-16) + + +### Bug Fixes + +* **protocol:** support AdCP 3.1.15 schemas ([#1028](https://github.com/adcontextprotocol/adcp-client-python/issues/1028)) ([28af948](https://github.com/adcontextprotocol/adcp-client-python/commit/28af948335347dfb5a9f67991c2b8636e3f0802b)) + ## [7.0.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.0...v7.0.1) (2026-08-16) diff --git a/pyproject.toml b/pyproject.toml index 5002c42b..d39ba301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "7.0.1" +version = "7.0.2" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}