From 7f94bce38227cc410f113c86dd51d28fd908abb5 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 28 Jul 2016 20:04:27 +1000 Subject: [PATCH 1/5] add missing release notes --- ReleaseNotes.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 051042d0..dcb31621 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,15 @@ +### New in 0.21.1 (released 2016/07/29) + +**Features** + +Due to an programming error in the tool to generate these release notes, additional +features were not properly documented for the previous release: + + - Reactions preview API support for issues, commit comments and PR comments - #1405 via @maddin2016 + - Repository Invitation preview API support - #1410 via @maddin2016 + +No additional code changes have been made to this release. + ### New in 0.21.0 (released 2016/07/29) **Features** From 3ebcce8bb6c8baf3babeaf207577704593b2417e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 28 Jul 2016 20:06:38 +1000 Subject: [PATCH 2/5] version bump --- SolutionInfo.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SolutionInfo.cs b/SolutionInfo.cs index 034d9815..afbd864d 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -3,12 +3,12 @@ using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyProductAttribute("Octokit")] -[assembly: AssemblyVersionAttribute("0.21.0")] -[assembly: AssemblyFileVersionAttribute("0.21.0")] +[assembly: AssemblyVersionAttribute("0.21.1")] +[assembly: AssemblyFileVersionAttribute("0.21.1")] [assembly: ComVisibleAttribute(false)] namespace System { internal static class AssemblyVersionInformation { - internal const string Version = "0.21.0"; - internal const string InformationalVersion = "0.21.0"; + internal const string Version = "0.21.1"; + internal const string InformationalVersion = "0.21.1"; } } From a90901c82ef8a5bcfd59d623d5273d66829b91a6 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 28 Jul 2016 20:14:46 +1000 Subject: [PATCH 3/5] added another PR related to reactions --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index dcb31621..02d30b63 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -5,7 +5,7 @@ Due to an programming error in the tool to generate these release notes, additional features were not properly documented for the previous release: - - Reactions preview API support for issues, commit comments and PR comments - #1405 via @maddin2016 + - Reactions preview API support for issues, commit comments and PR comments - #1335, #1405 via @maddin2016 - Repository Invitation preview API support - #1410 via @maddin2016 No additional code changes have been made to this release. From 35dffc39cf58360469dfcb12f8c76646f4d7a29e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 29 Jul 2016 10:33:17 +1000 Subject: [PATCH 4/5] more edits --- ReleaseNotes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 02d30b63..5e094546 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -2,11 +2,12 @@ **Features** -Due to an programming error in the tool to generate these release notes, additional +Due to a programming error in the tool to generate these release notes, additional features were not properly documented for the previous release: - - Reactions preview API support for issues, commit comments and PR comments - #1335, #1405 via @maddin2016 + - Reactions preview API support for issues, issue comments, commit comments and PR comments - #1335, #1341, #1405 via @maddin2016, @alfhenrik - Repository Invitation preview API support - #1410 via @maddin2016 + - Added new files for signature verification to git Data Commit API - #1398 via @Sarmad93 No additional code changes have been made to this release. From eeca2989b27ca654408517f0793fa116a1f1d044 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 29 Jul 2016 10:50:54 +1000 Subject: [PATCH 5/5] argh, typos --- ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 5e094546..4739cc63 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -7,7 +7,7 @@ features were not properly documented for the previous release: - Reactions preview API support for issues, issue comments, commit comments and PR comments - #1335, #1341, #1405 via @maddin2016, @alfhenrik - Repository Invitation preview API support - #1410 via @maddin2016 - - Added new files for signature verification to git Data Commit API - #1398 via @Sarmad93 + - Added new fields for signature verification to Git Data Commit API - #1398 via @Sarmad93 No additional code changes have been made to this release.