Skip to content

Commit

Permalink
release 1.11 (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Oct 26, 2020
1 parent 6db21d7 commit e24c647
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit e24c647

Please sign in to comment.