docs: update changelog

This commit is contained in:
Owen Voke
2021-03-31 16:00:01 +01:00
parent 0bab649156
commit 6616b6299b
2 changed files with 6 additions and 1 deletions

View File

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