From 703dcfc70c79bf304db8c9ed4349ab6fd0f6df8c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 18 Nov 2018 09:58:08 +0100 Subject: [PATCH] 1.0.3.0 --- ReleaseNotes.md | 4 ++++ ReleaseNotes.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index d722f85..4e714f4 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +# 1.0.3.0 (18 November 2018) +- [#7](https://github.com/StefH/GitHubReleaseNotes/pull/7) - Add Labels and command-line option to provide your own template [feature] contributed by [StefH](https://github.com/StefH) +- [#6](https://github.com/StefH/GitHubReleaseNotes/issues/6) - Group issues by label + # 1.0.2.0 (30 October 2018) - [#5](https://github.com/StefH/GitHubReleaseNotes/pull/5) - Added additional commandline options --version, --language and --skip-empty-releases contributed by [StefH](https://github.com/StefH) - [#2](https://github.com/StefH/GitHubReleaseNotes/issues/2) - Release notes seems to leave the last merged PR out of the version diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index b2ffef1..8c73c51 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1 +1 @@ -.\src\GitHubReleaseNotes\bin\Release\net452\GitHubReleaseNotes.exe --output ReleaseNotes.md --version 1.0.2.0 --skip-empty-releases \ No newline at end of file +GitHubReleaseNotes.exe --output ReleaseNotes.md --version 1.0.3.0 --skip-empty-releases \ No newline at end of file