bump version to 1.3 (#1102)

This commit is contained in:
Kevin Papst
2019-09-12 00:36:48 +02:00
committed by GitHub
parent 7f1a206a52
commit 8f2b82b832
4 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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

View File

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