release 1.11 (#2063)

This commit is contained in:
Kevin Papst
2020-10-26 12:55:24 +01:00
committed by GitHub
parent 6db21d7b34
commit e24c647b18
4 changed files with 11 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
unreleased=true unreleased=true
future-release=1.10.2 future-release=1.11
exclude-labels=duplicate,question,invalid,wontfix,release exclude-labels=duplicate,support,question,invalid,wontfix,release
enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt,documentation
issues-wo-labels=false issues-wo-labels=false

View File

@@ -1,5 +1,10 @@
# Changelog # 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) ## [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) [Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.9...1.10.2)

View File

@@ -7,8 +7,8 @@ As announced in the [README](README.md) I only support the latest available rele
| Version | Supported | | Version | Supported |
| ------- | ------------------ | | ------- | ------------------ |
| master | :white_check_mark: | | master | :white_check_mark: |
| 1.10 | :white_check_mark: | | 1.11 | :white_check_mark: |
| < 1.10 | :x: | | < 1.11 | :x: |
## Reporting a Vulnerability ## Reporting a Vulnerability

View File

@@ -21,7 +21,7 @@ class Constants
/** /**
* The current release status, either "stable" or "dev" * The current release status, either "stable" or "dev"
*/ */
public const STATUS = 'dev'; public const STATUS = 'stable';
/** /**
* The software name * The software name
*/ */