From efc39fb844f26e5f1d0f14784e06c8153c57d78f Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 10 Jun 2021 18:37:27 +0100 Subject: [PATCH] docs: updates changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 688e7a8..399ef7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v1.6.0 (2021-06-10)](https://github.com/pestphp/pest-plugin-expectations/compare/v1.5.0...v1.6.0) +### Added +- Higher order expectations. ([#12](https://github.com/pestphp/pest-plugin-expectations/pull/12)) + ## [v1.5.0 (2021-06-10)](https://github.com/pestphp/pest-plugin-expectations/compare/v1.4.0...v1.5.0) ### Added - `ray` method for debug the current value. ([#13](https://github.com/pestphp/pest-plugin-expectations/pull/13))