Skip to content

Commit c719f28

Browse files
chore(main): release 3.4.0
1 parent 9216ea7 commit c719f28

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.3.0"
2+
".": "3.4.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.4.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.3.0...v3.4.0) (2026-02-20)
4+
5+
6+
### Features
7+
8+
* 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)
9+
* 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))
10+
* 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))
11+
312
## [3.3.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v3.2.0...v3.3.0) (2026-02-12)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "adcp"
7-
version = "3.3.0"
7+
version = "3.4.0"
88
description = "Official Python client for the Ad Context Protocol (AdCP)"
99
authors = [
1010
{name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}

src/adcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
get_adcp_signed_headers_for_webhook,
243243
)
244244

245-
__version__ = "3.3.0"
245+
__version__ = "3.4.0"
246246

247247

248248
def get_adcp_version() -> str:

0 commit comments

Comments
 (0)