diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..9965a34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d55d84..262a8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.2.0...v2.3.0) (2025-11-17) + + +### Features + +* Add publisher authorization discovery API ([#54](https://github.com/adcontextprotocol/adcp-client-python/issues/54)) ([e7d0696](https://github.com/adcontextprotocol/adcp-client-python/commit/e7d06963c7d9538177798d31b8cb60a9775312b7)) + + +### Bug Fixes + +* Move email-validator to runtime dependencies ([#51](https://github.com/adcontextprotocol/adcp-client-python/issues/51)) ([6ce1535](https://github.com/adcontextprotocol/adcp-client-python/commit/6ce15357dda673125a48335a3c30774865b617ba)) + ## [2.2.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.1.0...v2.2.0) (2025-11-16) diff --git a/pyproject.toml b/pyproject.toml index 70a34d5..f737b95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.2.0" +version = "2.3.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 ef03915..4071c03 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -136,7 +136,7 @@ validate_publisher_properties_item, ) -__version__ = "2.2.0" +__version__ = "2.3.0" __all__ = [ # Client classes