Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
shcherbanich committed Nov 6, 2023
1 parent a94f460 commit 3416c8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/DocGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3416c8a

Please sign in to comment.