diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b9c017b..96a8c91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.14.0" + ".": "2.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e97029..7f50f27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.15.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.14.0...v2.15.0) (2025-12-21) + + +### Features + +* improve type ergonomics for library consumers ([#103](https://github.com/adcontextprotocol/adcp-client-python/issues/103)) ([75dec68](https://github.com/adcontextprotocol/adcp-client-python/commit/75dec68ac467e9fca250acb53af8ade4e326d066)) + ## [2.14.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v2.13.0...v2.14.0) (2025-12-19) diff --git a/pyproject.toml b/pyproject.toml index e6233ae..71958dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "2.14.0" +version = "2.15.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 3f89775..0ee5f4b 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -186,7 +186,7 @@ get_adcp_signed_headers_for_webhook, ) -__version__ = "2.14.0" +__version__ = "2.15.0" def get_adcp_version() -> str: