From 674c69ca207039a903a456a6049e900137ea8f01 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Thu, 30 Jun 2022 12:39:30 +0900 Subject: [PATCH] Add missing Pull Request number --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65706c6..84543f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v1.1.1 -- Strip CR/LF from token input - @gchan +- Strip CR/LF from token input #127 - @gchan - Allow specify run name prefix and suffix #130 - @juanitofatas - Improve Minitest support by using after_teardown #131 - @davidstosik - Avoid breaking test suite stubs `Process.clock_gettime` #132 - @juanitofatas (thanks @ChrisBR)