From 50025f78ad7a3451772cc7e1a242794143402e45 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Sat, 7 Jun 2025 23:17:54 +0200 Subject: [PATCH] docs(security): document the end of life of the v4.x branch (#165) --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 1aed27a..4fb5565 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ | Version | Supported | End of Support | Branch | Specific Tags | | ------- | ------------------ | -------------- | ------ | ------------- | | 5.x | :white_check_mark: | | v5.x | v5 | -| 4.x | :white_check_mark: | 2025-01-31 | v4.x | v4 | +| 4.x | :x: | 2025-01-31 | | v4.x, v4 | | 3.x | :x: | 2024-01-31 | | v3.x, v3 | | 2.x | :x: | 2021-04-05 | | v2.x, 2.2.0 | | 1.x | :x: | 2021-04-05 | | v1.1.x, 1.2.0 |