From 99205c4aa86ae6666f15a0e7e8ffcff14ed684d9 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 15 May 2020 02:15:32 +0200 Subject: [PATCH] docs: updates changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12962110..99bcfb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.1.2 (2020-05-15)](https://github.com/pestphp/pest/compare/v0.1.1...v0.1.2) +### Added +- Support to custom helpers ([#7](https://github.com/pestphp/pest/pull/7)) + ## [v0.1.1 (2020-05-14)](https://github.com/pestphp/pest/compare/v0.1.0...v0.1.1) ### Added - `test` function without any arguments returns the current test case ([6fc55be](https://github.com/pestphp/pest/commit/6fc55becc8aecff685a958617015be1a4c118b01))