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(