Skip to content

Commit ece7108

Browse files
committed
chore: Update CHANGELOG and version
1 parent 1c8836c commit ece7108

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

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

3+
## 1.11.2 (2025-10-09)
4+
5+
### Bugs Fixed
6+
7+
- **kwargs in an evaluator signature receives input columns that are not otherwise named in the evaluator's signature
8+
39
## 1.11.1 (2025-09-17)
410

511
### Bugs Fixed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# ---------------------------------------------------------
44
# represents upcoming version
55

6-
VERSION = "1.11.1"
6+
VERSION = "1.11.2"

0 commit comments

Comments
 (0)