Skip to content

Commit 7717efb

Browse files
committed
compile
Signed-off-by: Daniel Lok <[email protected]>
1 parent ef28724 commit 7717efb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

website/src/posts.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,20 @@ export const BLOGS: Blog[] = [
222222

223223
// Sort by date descending
224224
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+
},
225239
{
226240
title: "MLflow 2.13.2",
227241
path: "/releases/2.13.2",

0 commit comments

Comments
 (0)