From 9b182d40b4a1a2dcb5382a4c4932c303bd3666e9 Mon Sep 17 00:00:00 2001 From: "Agent2Agent (A2A) Bot" Date: Wed, 15 Jul 2026 05:08:19 -0500 Subject: [PATCH 1/2] chore(main): release 1.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd88304..c4ddc7481 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6d41305..aab1d3c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/a2aproject/a2a-python/compare/v1.1.0...v1.1.1) (2026-07-15) + + +### Bug Fixes + +* **server:** improve Swagger /docs example annotations for A2A routes ([#1092](https://github.com/a2aproject/a2a-python/issues/1092)) ([46b292b](https://github.com/a2aproject/a2a-python/commit/46b292b433a5df5a9721d6227cb53753f2978437)) + ## [1.1.0](https://github.com/a2aproject/a2a-python/compare/v1.0.3...v1.1.0) (2026-05-29) From b848d7ae163c49a0dd23ada4813f56c341346d38 Mon Sep 17 00:00:00 2001 From: Iwaniukooo11 Date: Thu, 16 Jul 2026 13:24:36 +0000 Subject: [PATCH 2/2] chore: manually document refactor PRs in changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aab1d3c8f..6f064c21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ * **server:** improve Swagger /docs example annotations for A2A routes ([#1092](https://github.com/a2aproject/a2a-python/issues/1092)) ([46b292b](https://github.com/a2aproject/a2a-python/commit/46b292b433a5df5a9721d6227cb53753f2978437)) +### Miscellaneous Chores + +* **grpc:** eliminate third-party grpcio-status dependency ([#1130](https://github.com/a2aproject/a2a-python/issues/1130)) ([723880e](https://github.com/a2aproject/a2a-python/commit/723880e679310a249a287657476852a0fa30ba95)) +* **http:** eliminate httpx-sse dependency ([#1132](https://github.com/a2aproject/a2a-python/issues/1132)) ([0d82ab9](https://github.com/a2aproject/a2a-python/commit/0d82ab985ffbac381a38adb5bd160674fa05eb18)) + ## [1.1.0](https://github.com/a2aproject/a2a-python/compare/v1.0.3...v1.1.0) (2026-05-29)