diff --git a/.github_changelog_generator b/.github_changelog_generator index 58e4d34f..3ae032a2 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ unreleased=true -future-release=1.10.2 -exclude-labels=duplicate,question,invalid,wontfix,release -enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt +future-release=1.11 +exclude-labels=duplicate,support,question,invalid,wontfix,release +enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt,documentation issues-wo-labels=false diff --git a/CHANGELOG.md b/CHANGELOG.md index 9887ae0a..34fdc816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.11](https://github.com/kevinpapst/kimai2/tree/1.11) +[Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.10.2...1.11) + +Release notes including the changelog can be found [here](https://github.com/kevinpapst/kimai2/releases/tag/1.11) + ## [1.10.2](https://github.com/kevinpapst/kimai2/tree/1.10.2) [Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.9...1.10.2) diff --git a/SECURITY.md b/SECURITY.md index fb1244a0..08c3e426 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,8 +7,8 @@ As announced in the [README](README.md) I only support the latest available rele | Version | Supported | | ------- | ------------------ | | master | :white_check_mark: | -| 1.10 | :white_check_mark: | -| < 1.10 | :x: | +| 1.11 | :white_check_mark: | +| < 1.11 | :x: | ## Reporting a Vulnerability diff --git a/src/Constants.php b/src/Constants.php index 255c17c0..46ceac28 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -21,7 +21,7 @@ class Constants /** * The current release status, either "stable" or "dev" */ - public const STATUS = 'dev'; + public const STATUS = 'stable'; /** * The software name */