From 2ca266185de3cf820cbefa87374d254247be7a11 Mon Sep 17 00:00:00 2001 From: vsoch Date: Sun, 18 Apr 2021 19:54:26 -0600 Subject: [PATCH] updating changelog preparing for release Signed-off-by: vsoch --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a53e0..b6b313e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ represented by the pull requests that fixed them. Critical items to know are: Versions correspond with GitHub releases that can be referenced with @ using actions. ## [master](https://github.com/vsoch/pull-request-action/tree/master) (master) + - bugfix of missing from branch with scheduled run (1.0.16) - forgot to add assignees (1.0.15) - output and environment variables for PR number and return codes (1.0.5) - added support for reviewer (individual and team) assignments (1.0.4)