From b69ea0648c8c8e241f36851cbafff43e0f349269 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sun, 30 Aug 2020 12:19:20 +0200 Subject: [PATCH] bugfix release 1.10.2 (#1942) --- .github_changelog_generator | 2 +- CHANGELOG.md | 10 ++++++++++ src/Constants.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 9a2958e4..58e4d34f 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d42bbd2e..9887ae0a 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/src/Constants.php b/src/Constants.php index af884911..577ea10b 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -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" */