Skip to content

Commit 695cef4

Browse files
authored
Change version number (#42350)
* Change version number * update
1 parent 248ec43 commit 695cef4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

sdk/ai/azure-ai-agents/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Release History
44

5-
## 1.1.0b5 (Unreleased)
5+
## 1.2.0b1 (2025-08-05)
66

7-
### Bugs Fixed
8-
9-
- Fixed `update_agent` to execute with body as a keyword parameter.
7+
### Breaking Changes
8+
- **Version Lineage Change**: This beta release continues the experimental feature development from `1.1.0b4`, adding new functionality and improvements.
9+
- **Important Version Context**: The stable release `1.1.0` is based on `1.0.2` and does not include beta features. This `1.2.0b1` beta release preserves and extends all experimental features from the `1.1.0b1`-`1.1.0b4` beta series.
1010

1111
### Features Added
1212

@@ -16,6 +16,7 @@
1616

1717
- `AgentsResponseFormatOption`, `MessageInputContent`, `MessageAttachmentToolDefinition`, `AgentsToolChoiceOption` are now public.
1818
- Fixed issues where the `runs.create_and_process` API call did not correctly handle the `AzureAISearchTool`, `FileSearchTool`, and `CodeInterpreterTool` when specified in the toolset parameter.
19+
- Fixed `update_agent` to execute with body as a keyword parameter.
1920

2021
## 1.1.0b4 (2025-07-11)
2122

sdk/ai/azure-ai-agents/azure/ai/agents/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.1.0b5"
9+
VERSION = "1.2.0b1"

0 commit comments

Comments
 (0)