diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ff078267a..28d886a71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0-beta.9" + ".": "8.0.0-beta.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07cab2649..6d7b4aa4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [8.0.0-beta.10](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.9...v8.0.0-beta.10) (2026-08-26) + + +### Bug Fixes + +* **sdk:** complete object union and structured error handling ([#1093](https://github.com/adcontextprotocol/adcp-client-python/issues/1093)) ([337d0d8](https://github.com/adcontextprotocol/adcp-client-python/commit/337d0d853a50355e1e86fc28f48388703127ef8b)) +* **webhooks:** validate outbox worker configuration ([e1d3b45](https://github.com/adcontextprotocol/adcp-client-python/commit/e1d3b45a787c42106a203a1b461b339330204ea9)) +* **webhooks:** validate outbox worker configuration ([8a8d98d](https://github.com/adcontextprotocol/adcp-client-python/commit/8a8d98dc5d59a4aa9b2279cdd19b0bccd47485f4)) + ## [8.0.0-beta.9](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.8...v8.0.0-beta.9) (2026-08-25) diff --git a/pyproject.toml b/pyproject.toml index 595c206a4..a0cf42fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0b9" +version = "8.0.0b10" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}