From 8b491e82dd180561ef7e10470edc55c12ef332b0 Mon Sep 17 00:00:00 2001 From: mlflow-automation Date: Mon, 18 Nov 2024 16:00:57 +0000 Subject: [PATCH] Run python3 dev/update_changelog.py --prev-version 2.1... Signed-off-by: mlflow-automation --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f56b4c82218c28..276980b964f1f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## 2.18.1 (2024-11-18) + +MLflow 2.18.1 includes several major features and improvements + +Features: + +- [Tracking] LiteLLM tracing (#13585, @B-Step62) + +Small bug fixes and documentation updates: + +#13785, @Rick-McCoy + ## 2.18.0 (2024-11-18) We are excited to announce the release of MLflow 2.18.0! This release includes a number of significant features, enhancements, and bug fixes.