diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ed9c80..7a56472 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.0" + ".": "2.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e62c1..215eb6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.8.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.7.0...v2.8.0) (2025-11-19) + + +### Features + +* expose all types through stable public API ([#69](https://github.com/adcontextprotocol/adcp-client-python/issues/69)) ([3abef14](https://github.com/adcontextprotocol/adcp-client-python/commit/3abef1489813b663bfa5c4b3ab7cca755dc63b53)) + ## [2.7.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.6.0...v2.7.0) (2025-11-19) diff --git a/pyproject.toml b/pyproject.toml index e429886..e57003d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.7.0" +version = "2.8.0" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"} diff --git a/src/adcp/__init__.py b/src/adcp/__init__.py index 2450615..547aefb 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -177,7 +177,7 @@ validate_publisher_properties_item, ) -__version__ = "2.7.0" +__version__ = "2.8.0" __all__ = [ # Client classes