docs: updates changelog

This commit is contained in:
Nuno Maduro
2020-12-26 21:31:38 +01:00
parent 17fac0a488
commit fac3fe3f55
3 changed files with 6 additions and 2 deletions

View File

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