diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28d886a71..ba3b4f59c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0-beta.10" + ".": "8.0.0-beta.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 065429caa..e5720b9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [8.0.0-beta.11](https://github.com/adcontextprotocol/adcp-client-python/compare/v8.0.0-beta.10...v8.0.0-beta.11) (2026-08-31) + + +### Features + +* **examples:** add durable seller production wiring ([2bd5193](https://github.com/adcontextprotocol/adcp-client-python/commit/2bd5193c15540ed5d2c430c593df4a2f7b1c0798)) + + +### Bug Fixes + +* **examples:** harden durable workflow finalization ([#1109](https://github.com/adcontextprotocol/adcp-client-python/issues/1109)) ([86db240](https://github.com/adcontextprotocol/adcp-client-python/commit/86db240b55b9ad2bda4edd46cafd6f5dfa79fb47)) + ## [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-28) diff --git a/pyproject.toml b/pyproject.toml index c7c8f6d2a..e190eabb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "8.0.0b10" +version = "8.0.0b11" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}