From 0082b048a95b574e7da586e02c146202e316dbd9 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Mon, 23 Feb 2026 10:34:05 +0100 Subject: [PATCH] [security] drop 2.x from supported versions --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index be4373e7c..246248baf 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -19,7 +19,7 @@ The following table shows the currently supported versions: | Version | Branch | Supported | | ------- |--------------| ------------------ | | < 2.0.0 | stable-1.x | :x: | -| 2.x.x | stable-2.0 | :heavy_check_mark: | +| 2.x.x | stable-2.0 | :x: | | 3.x.x | stable-3.0 | :white_check_mark: | | - | master | :white_check_mark: |