From 15edde8e87f6793bf6dd20d7db88b5d159f6ce95 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sun, 21 Jun 2020 17:43:28 +0200 Subject: [PATCH] docs: updates changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d1fdfc2..9d1344c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.2.2 (2020-06-21)](https://github.com/pestphp/pest/compare/v0.2.1...v0.2.2) +### Added +- `depends` phpunit feature ([#103](https://github.com/pestphp/pest/pull/103)) + +### Fixes +- datasets name conflit ([#101](https://github.com/pestphp/pest/pull/101)) + ## [v0.2.1 (2020-06-17)](https://github.com/pestphp/pest/compare/v0.2.0...v0.2.1) ### Fixes - Multiple `uses` in the same path override previous `uses` ([#97](https://github.com/pestphp/pest/pull/97))