docs: update changelog

This commit is contained in:
Owen Voke
2021-02-04 09:15:54 +00:00
parent b81bb9d621
commit fa13016785
2 changed files with 5 additions and 1 deletions

View File

@ -6,5 +6,5 @@ namespace Pest;
function version(): string
{
return '1.0.1';
return '1.0.2';
}