docs: update changelog

This commit is contained in:
Owen Voke
2020-10-13 10:52:46 +01:00
parent 21143b2693
commit c3616edbc8
2 changed files with 7 additions and 1 deletions

View File

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