prepare release 1.11.1 (#2073)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
unreleased=true
|
unreleased=true
|
||||||
future-release=1.11
|
future-release=1.11.1
|
||||||
exclude-labels=duplicate,support,question,invalid,wontfix,release
|
exclude-labels=duplicate,support,question,invalid,wontfix,release
|
||||||
enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt,documentation
|
enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt,documentation
|
||||||
issues-wo-labels=false
|
issues-wo-labels=false
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.11.1](https://github.com/kevinpapst/kimai2/tree/1.11.1)
|
||||||
|
[Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.11...1.11.1)
|
||||||
|
|
||||||
|
Release notes including the changelog can be found [here](https://github.com/kevinpapst/kimai2/releases/tag/1.11.1)
|
||||||
|
|
||||||
## [1.11](https://github.com/kevinpapst/kimai2/tree/1.11)
|
## [1.11](https://github.com/kevinpapst/kimai2/tree/1.11)
|
||||||
[Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.10.2...1.11)
|
[Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.10.2...1.11)
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ class Constants
|
|||||||
/**
|
/**
|
||||||
* The current release version
|
* The current release version
|
||||||
*/
|
*/
|
||||||
public const VERSION = '1.11';
|
public const VERSION = '1.11.1';
|
||||||
/**
|
/**
|
||||||
* The current release status, either "stable" or "dev"
|
* The current release status, either "stable" or "dev"
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user