docs: update changelog

This commit is contained in:
Owen Voke
2021-03-17 13:44:14 +00:00
parent e02c22e136
commit 7917313422
2 changed files with 5 additions and 1 deletions

View File

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