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