From 8f2b82b8326846f43bde5a8fd0db78970f1bd625 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Thu, 12 Sep 2019 00:36:48 +0200 Subject: [PATCH] bump version to 1.3 (#1102) --- .github_changelog_generator | 2 +- CHANGELOG.md | 5 +++++ SECURITY.md | 4 ++-- src/Constants.php | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index bd731fc3..b14e5638 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,5 +1,5 @@ unreleased=true -future-release=1.2 +future-release=1.3 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 4a1f3ae5..7269c8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [1.3](https://github.com/kevinpapst/kimai2/tree/1.3) (2019-09-11) +[Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.2...1.3) + +Release notes including the changelog can be found [here](https://github.com/kevinpapst/kimai2/releases/tag/1.3) + ## [1.2](https://github.com/kevinpapst/kimai2/tree/1.2) (2019-08-28) [Full Changelog](https://github.com/kevinpapst/kimai2/compare/1.1...1.2) diff --git a/SECURITY.md b/SECURITY.md index 87174b7a..4c6afc15 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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.2 | :white_check_mark: | -| < 1.2 | :x: | +| 1.3 | :white_check_mark: | +| < 1.3 | :x: | ## Reporting a Vulnerability diff --git a/src/Constants.php b/src/Constants.php index b3393d27..b5d2f93b 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -21,7 +21,7 @@ class Constants /** * The current release version */ - public const VERSION = '1.2'; + public const VERSION = '1.3'; /** * The release name, will only change for new major version */