Skip to content

Commit 9aa7a99

Browse files
committed
change version number
1 parent 2bbacd4 commit 9aa7a99

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Release History
22

3-
## 1.0.3 (2025-08-04)
3+
## 1.1.0 (2025-08-05)
4+
5+
### Breaking Changes
6+
- **Version Lineage Change**: This stable release is based on `1.0.2` and does not include the experimental features that were introduced in the beta versions `1.1.0b1` through `1.1.0b5`. This means that any beta-specific functionality you may have been using is not available in this stable release.
7+
- **Migration Path**: If you need to continue using the experimental features from the beta releases, please upgrade to `1.2.0b1` which continues the beta feature development line.
48

59
### Bugs Fixed
610
- `AgentsResponseFormatOption`, `MessageInputContent`, `MessageAttachmentToolDefinition`, `AgentsToolChoiceOption` are now public.

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.0.3"
9+
VERSION = "1.1.0"

0 commit comments

Comments
 (0)