From 73092587c81488b5dfa09a17f62e734a688ab2b6 Mon Sep 17 00:00:00 2001 From: Fernando Tapia Rico Date: Tue, 16 Apr 2024 18:15:11 +0200 Subject: [PATCH] Update supported versions section in README.md (#1215) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ac22c9f..651e74fc 100644 --- a/README.md +++ b/README.md @@ -188,12 +188,13 @@ Now run `mix run --no-halt` and it will start your application with a web server | Branch | Support | |--------|--------------------------| -| v1.14 | Bug fixes | +| v1.15 | Bug fixes | +| v1.14 | Security patches only | | v1.13 | Security patches only | | v1.12 | Security patches only | | v1.11 | Security patches only | | v1.10 | Security patches only | -| v1.9 | Security patches only | +| v1.9 | Unsupported from 10/2023 | | v1.8 | Unsupported from 01/2023 | | v1.7 | Unsupported from 01/2022 | | v1.6 | Unsupported from 01/2022 |