From 5d786b4cd21cf790a39a8f0f0f2fd8e843b70ce5 Mon Sep 17 00:00:00 2001 From: rlespinasse Date: Thu, 9 Dec 2021 22:17:14 +0100 Subject: [PATCH] docs(security): remove support of v2.x branch --- SECURITY.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 1f4ab83..e370ed3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,9 +3,10 @@ ## Supported Versions and Branches | Version | Branch | Supported | -|---------|--------|--------------------| +| ------- | ------ | ------------------ | +| 4.x | v4.x | :white_check_mark: | | 3.x | v3.x | :white_check_mark: | -| 2.x | v2.x | :white_check_mark: | +| 2.x | v2.x | :x: | | 1.1.x | v1.1.x | :x: | | < 1.x | | :x: |