From 3416c8a41cd2224dba6f22ab4b81b837c9428699 Mon Sep 17 00:00:00 2001 From: fshcherbanich Date: Mon, 6 Nov 2023 14:16:35 +0300 Subject: [PATCH] Updating version --- SECURITY.md | 11 ++++++----- src/DocGenerator.php | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index fa44755b..4473957c 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,11 +8,12 @@ Security updates will be applied to certain versions of our software. Please ref | Version | Supported | Notes | |---------|--------------------|----------------------------------------| -| 1.4.x | :white_check_mark: | Current version, fully supported. | -| 1.3.x | :x: | Not supported, please upgrade to 1.4.x | -| 1.2.x | :x: | Not supported, please upgrade to 1.4.x | -| 1.1.x | :x: | Not supported, please upgrade to 1.4.x | -| 1.0.x | :x: | Not supported, please upgrade to 1.4.x | +| 1.5.x | :white_check_mark: | Current version, fully supported. | +| 1.4.x | :x: | Not supported, please upgrade to 1.5.x | +| 1.3.x | :x: | Not supported, please upgrade to 1.5.x | +| 1.2.x | :x: | Not supported, please upgrade to 1.5.x | +| 1.1.x | :x: | Not supported, please upgrade to 1.5.x | +| 1.0.x | :x: | Not supported, please upgrade to 1.5.x | ## Reporting a Vulnerability diff --git a/src/DocGenerator.php b/src/DocGenerator.php index dc863d0d..a3cf7d31 100644 --- a/src/DocGenerator.php +++ b/src/DocGenerator.php @@ -37,7 +37,7 @@ */ final class DocGenerator { - public const VERSION = '1.4.0'; + public const VERSION = '1.5.0'; public const LOG_FILE_NAME = 'last_run.log'; public function __construct(