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"}