diff --git a/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md b/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md index 67916186104c..be8a038c1c1b 100644 --- a/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md +++ b/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md @@ -1,6 +1,16 @@ # Release History -## 1.13.1 (Unreleased) +## 1.13.2 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + +## 1.13.1 (2025-11-05) ### Features Added @@ -33,6 +43,12 @@ - `image_tag` parameter in `AzureOpenAIPythonGrader` is now optional. +## 1.11.2 (2025-10-09) + +### Bugs Fixed + +- **kwargs in an evaluator signature receives input columns that are not otherwise named in the evaluator's signature + ## 1.12.0 (2025-10-02) ### Features Added @@ -42,12 +58,6 @@ ### Bugs Fixed - Support for multi-level nesting in OpenAI grader (experimental) -## 1.11.2 (2025-10-09) - -### Bugs Fixed - -- **kwargs in an evaluator signature receives input columns that are not otherwise named in the evaluator's signature - ## 1.11.1 (2025-09-19) ### Bugs Fixed diff --git a/sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py b/sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py index f9acb65d93f5..33ba8b031100 100644 --- a/sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py +++ b/sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py @@ -3,4 +3,4 @@ # --------------------------------------------------------- # represents upcoming version -VERSION = "1.13.1" +VERSION = "1.13.2"