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 */