From 535a70dcbd88b8c6ba945be050977457f4f4c06c Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Wed, 26 Jun 2024 16:12:46 +0200 Subject: [PATCH] Prepare the 3.8.0 release (#1438) --- .doctrine-project.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.doctrine-project.json b/.doctrine-project.json index 7c000199e..a6d224576 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -4,17 +4,23 @@ "slug": "migrations", "docsSlug": "doctrine-migrations", "versions": [ + { + "name": "3.9", + "branchName": "3.9.x", + "slug": "3.9", + "upcoming": true + }, { "name": "3.8", "branchName": "3.8.x", "slug": "3.8", - "upcoming": true + "current": true }, { "name": "3.7", "branchName": "3.7.x", "slug": "3.7", - "current": true + "maintained": false }, { "name": "3.6",