From 75640e246179bbefadc990e115210af46d2d3ec1 Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Mon, 22 Aug 2022 22:34:57 -0700 Subject: [PATCH] SECURITY.md: Update for 1.14.0 release 1.15.x doesn't exist yet but I don't think it hurts to add it here. --- SECURITY.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index ed76096a..76032e94 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -13,8 +13,10 @@ please check | Version | Supported | Status | -------- | ------------------ | -------------------------------------------------------------- | -| 1.13.x | :white_check_mark: | Development branch, releases may include non-security changes | -| 1.12.x | :white_check_mark: | Stable branch, recommended for use in distributions | +| 1.15.x | :hammer: | Development branch, releases may include non-security changes | +| 1.14.x | :white_check_mark: | Stable branch, recommended for use in distributions | +| 1.13.x | :x: | Old development branch, no longer supported | +| 1.12.x | :white_check_mark: | Old stable branch, still supported | | 1.11.x | :x: | Old development branch, no longer supported | | 1.10.x | :white_check_mark: | Old stable branch, still supported | | <= 1.9.x | :x: | Older branches, no longer supported |