We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef28724 commit 7717efbCopy full SHA for 7717efb
website/src/posts.ts
@@ -222,6 +222,20 @@ export const BLOGS: Blog[] = [
222
223
// Sort by date descending
224
export const RELEASES: Release[] = [
225
+ {
226
+ title: "MLflow 2.14.0",
227
+ path: "/releases/2.14.0",
228
+ authors: [
229
230
+ name: "MLflow maintainers",
231
+ title: "MLflow maintainers",
232
+ url: "https://github.com/mlflow/mlflow.git",
233
+ image_url: "https://github.com/mlflow-automation.png",
234
+ },
235
+ ],
236
+ date: "2024-06-17",
237
+ version: "2.14.0",
238
239
{
240
title: "MLflow 2.13.2",
241
path: "/releases/2.13.2",
0 commit comments