From 52ed258376da64d890ddf73af6489f0191120457 Mon Sep 17 00:00:00 2001 From: Yoshihisa Mochihara Date: Wed, 23 Nov 2022 21:27:42 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd9bdf..32e5737 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 output values (1.0.23) - bugfix of token handling if 401 error received (missing 401 case) (1.0.21) - bugfix of writing to environment file (missing newline) (1.0.19) - bugfix of missing from branch with scheduled run (1.0.16)