From ac617dcc86de83004e1199d470f52deea8f66f36 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 18 Jun 2024 19:04:16 +0200 Subject: [PATCH] Release v2.14.0 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7480bbf..6f57869 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,8 +2,12 @@ ## in progress + +## 2024-06-18 v2.14.0 - Remove patch for SQLAlchemy Inspector's `get_table_names`. Use `sqlalchemy-cratedb>=0.37` instead, which includes the patch. +- Update to MLflow 2.14.0. See release notes for + [MLflow 2.14.0](https://github.com/mlflow/mlflow/releases/tag/v2.14.0). ## 2024-06-11 v2.13.2 - Dependencies: Migrate from `crate[sqlalchemy]` to `sqlalchemy-cratedb`