docs: update changelog

This commit is contained in:
Owen Voke
2021-01-18 09:35:53 +00:00
parent 2fe8e07cf3
commit 6b8feed08a
2 changed files with 8 additions and 1 deletions

View File

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