Skip to content

Commit b018a52

Browse files
authored
Fix CHANGELOG and _version.py (Azure#38783)
1 parent 2d5b17b commit b018a52

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
# Release History
22

3-
## 1.0.1 (Unreleased)
3+
## 1.1.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
48

59
### Bugs Fixed
610
- Removed `[remote]` extra. This is no longer needed when tracking results in Azure AI Studio.
7-
- Removing `azure-ai-inference` as dependency.
811
- Fixed `AttributeError: 'NoneType' object has no attribute 'get'` while running simulator with 1000+ results
912

13+
### Other Changes
14+
15+
## 1.0.1 (2024-11-15)
16+
17+
### Bugs Fixed
18+
- Removing `azure-ai-inference` as dependency.
19+
1020
## 1.0.0 (2024-11-13)
1121

1222
### Breaking Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.0.1"
5+
VERSION = "1.1.0"

0 commit comments

Comments
 (0)