From 708556e4ee9d4ad3eb1f6241451a224300286004 Mon Sep 17 00:00:00 2001 From: Evan Mattson <35585003+moonbox3@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:21:54 +0900 Subject: [PATCH] Python: Update changelog with ag-ui changes (#1954) * Update changelog with ag-ui changes * Changed -> Fixed --- python/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 4e1971bab0..b4485b914c 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0b251106.post1] - 2025-11-06 + +### Fixed + +- **agent-framework-ag-ui**: Fix ag-ui examples packaging for PyPI publish ([#1953](https://github.com/microsoft/agent-framework/pull/1953)) + ## [1.0.0b251106] - 2025-11-06 ### Changed