From 17ff931c9238a80461f03343d6b83ba250f7ee33 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 19:52:27 +0000 Subject: [PATCH] chore(main): release 7.0.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 aeda91d8..9995fe5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b005c9e..7ddbfae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.0.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.0...v7.0.1) (2026-08-16) + + +### Bug Fixes + +* **protocol:** support AdCP 3.1.14 schemas ([#1026](https://github.com/adcontextprotocol/adcp-client-python/issues/1026)) ([a2d4f07](https://github.com/adcontextprotocol/adcp-client-python/commit/a2d4f07fcedc965348f31502cfc7d961e9b58b01)) + ## [7.0.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v7.0.0-rc.2...v7.0.0) (2026-08-16) diff --git a/pyproject.toml b/pyproject.toml index b2895da2..5002c42b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "7.0.0" +version = "7.0.1" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}