docs: updates changelog

This commit is contained in:
Nuno Maduro
2021-01-03 17:27:11 +01:00
parent b59b321249
commit b0f03c278d
3 changed files with 16 additions and 8 deletions

View File

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