From 8e09c55452f2991d4c92bfa5543f41506bce8fa9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:14:15 +0000 Subject: [PATCH] chore(main): release 3.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/adcp/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cf104e..dc70380 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1222f..869e7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.5.0...v3.6.0) (2026-02-23) + + +### Features + +* sync upstream schemas and add get_media_buys ([#136](https://github.com/adcontextprotocol/adcp-client-python/issues/136)) ([3625a2b](https://github.com/adcontextprotocol/adcp-client-python/commit/3625a2ba085bf35b26f899915d104d9f53508724)) + ## [3.5.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.4.0...v3.5.0) (2026-02-22) diff --git a/pyproject.toml b/pyproject.toml index 7b158fe..471ef90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "3.5.0" +version = "3.6.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 f2cff40..58e0c8f 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -273,7 +273,7 @@ get_adcp_signed_headers_for_webhook, ) -__version__ = "3.5.0" +__version__ = "3.6.0" def get_adcp_version() -> str: