From f96fbd3a4c3f6851a852f51648530a6d8d244edc Mon Sep 17 00:00:00 2001 From: "aao-ipr-bot[bot]" <279263549+aao-ipr-bot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:42:42 +0000 Subject: [PATCH] chore(main): release 6.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d06ed2b9..8e67d254 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.3.1" + ".": "6.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7a4a8e2..26c29074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.4.0](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.1...v6.4.0) (2026-06-20) + + +### Features + +* **server/auth:** allow_unauthenticated for network-trust deployments ([f41764e](https://github.com/adcontextprotocol/adcp-client-python/commit/f41764e2a25bc77a268c2b6519f49b64aa1e8de3)) + ## [6.3.1](https://github.com/adcontextprotocol/adcp-client-python/compare/v6.3.0...v6.3.1) (2026-06-18) diff --git a/pyproject.toml b/pyproject.toml index 2a985a97..bfc581b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "adcp" -version = "6.3.1" +version = "6.4.0" description = "Official Python client for the Ad Context Protocol (AdCP)" authors = [ {name = "AdCP Community", email = "maintainers@adcontextprotocol.org"}