Skip to content

Commit

Permalink
Updates to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcn committed Dec 5, 2023
1 parent 283955f commit 6324031
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
# [1.6.0](https://github.com/bumble-tech/bumble-doc-gen/releases/tag/v1.6.0)
- Updating composer scripts [#66](https://github.com/bumble-tech/bumble-doc-gen/pull/66)
- Configuration console command [#54](https://github.com/bumble-tech/bumble-doc-gen/pull/54)

# [1.5.0](https://github.com/bumble-tech/bumble-doc-gen/releases/tag/v1.5.0)
- Caching system refactoring [#62](https://github.com/bumble-tech/bumble-doc-gen/pull/62)
Expand Down
13 changes: 7 additions & 6 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ Security updates will be applied to certain versions of our software. Please ref

| Version | Supported | Notes |
|---------|--------------------|----------------------------------------|
| 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 |
| 1.6.x | :white_check_mark: | Current version, fully supported. |
| 1.5.x | :x: | Not supported, please upgrade to 1.6.x |
| 1.4.x | :x: | Not supported, please upgrade to 1.6.x |
| 1.3.x | :x: | Not supported, please upgrade to 1.6.x |
| 1.2.x | :x: | Not supported, please upgrade to 1.6.x |
| 1.1.x | :x: | Not supported, please upgrade to 1.6.x |
| 1.0.x | :x: | Not supported, please upgrade to 1.6.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 @@ -40,7 +40,7 @@
*/
final class DocGenerator
{
public const VERSION = '1.5.0';
public const VERSION = '1.6.0';
public const LOG_FILE_NAME = 'last_run.log';

/**
Expand Down

0 comments on commit 6324031

Please sign in to comment.