Skip to content

Commit 6324031

Browse files
committed
Updates to v1.6.0
1 parent 283955f commit 6324031

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
# [1.6.0](https://github.com/bumble-tech/bumble-doc-gen/releases/tag/v1.6.0)
3+
- Updating composer scripts [#66](https://github.com/bumble-tech/bumble-doc-gen/pull/66)
4+
- Configuration console command [#54](https://github.com/bumble-tech/bumble-doc-gen/pull/54)
25

36
# [1.5.0](https://github.com/bumble-tech/bumble-doc-gen/releases/tag/v1.5.0)
47
- Caching system refactoring [#62](https://github.com/bumble-tech/bumble-doc-gen/pull/62)

SECURITY.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ Security updates will be applied to certain versions of our software. Please ref
88

99
| Version | Supported | Notes |
1010
|---------|--------------------|----------------------------------------|
11-
| 1.5.x | :white_check_mark: | Current version, fully supported. |
12-
| 1.4.x | :x: | Not supported, please upgrade to 1.5.x |
13-
| 1.3.x | :x: | Not supported, please upgrade to 1.5.x |
14-
| 1.2.x | :x: | Not supported, please upgrade to 1.5.x |
15-
| 1.1.x | :x: | Not supported, please upgrade to 1.5.x |
16-
| 1.0.x | :x: | Not supported, please upgrade to 1.5.x |
11+
| 1.6.x | :white_check_mark: | Current version, fully supported. |
12+
| 1.5.x | :x: | Not supported, please upgrade to 1.6.x |
13+
| 1.4.x | :x: | Not supported, please upgrade to 1.6.x |
14+
| 1.3.x | :x: | Not supported, please upgrade to 1.6.x |
15+
| 1.2.x | :x: | Not supported, please upgrade to 1.6.x |
16+
| 1.1.x | :x: | Not supported, please upgrade to 1.6.x |
17+
| 1.0.x | :x: | Not supported, please upgrade to 1.6.x |
1718

1819
## Reporting a Vulnerability
1920

src/DocGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
final class DocGenerator
4242
{
43-
public const VERSION = '1.5.0';
43+
public const VERSION = '1.6.0';
4444
public const LOG_FILE_NAME = 'last_run.log';
4545

4646
/**

0 commit comments

Comments
 (0)