From c719f28928d7e6f9380af5ef8bdae10ccae0aa4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 09:27:13 +0000 Subject: [PATCH] chore(main): release 3.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- src/adcp/__init__.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6110c0f0..9dc6cef9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "3.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c62299b..523162f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.4.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.3.0...v3.4.0) (2026-02-20) + + +### Features + +* add brand and property registry lookup methods ([#130](https://github.com/adcontextprotocol/adcp-client-python/issues/130)) ([9bfb0fb](https://github.com/adcontextprotocol/adcp-client-python/commit/9bfb0fb2f02890883ccdb0e052a6bf3c4ae86317)), closes [#129](https://github.com/adcontextprotocol/adcp-client-python/issues/129) +* export PromotedOfferingsRequirement and PromotedOfferingsAssetRequirements, sync latest schemas ([#133](https://github.com/adcontextprotocol/adcp-client-python/issues/133)) ([9216ea7](https://github.com/adcontextprotocol/adcp-client-python/commit/9216ea799f21f508feb86484dcac7c05d732495d)) +* sync ADCP schemas to latest, add brand compat and AAO member API ([#132](https://github.com/adcontextprotocol/adcp-client-python/issues/132)) ([0dca021](https://github.com/adcontextprotocol/adcp-client-python/commit/0dca021f5c9a1b8e46326cb9cfcea314bfb28710)) + ## [3.3.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.2.0...v3.3.0) (2026-02-12) diff --git a/pyproject.toml b/pyproject.toml index 0ea7086c..1f0f5e66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "3.3.0" +version = "3.4.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 dde9c59c..b96747c3 100644 --- a/src/adcp/__init__.py +++ b/src/adcp/__init__.py @@ -242,7 +242,7 @@ get_adcp_signed_headers_for_webhook, ) -__version__ = "3.3.0" +__version__ = "3.4.0" def get_adcp_version() -> str: