From 5b083e4eb13f7bda5eef7b41a3efd275abe3373a Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 16 Sep 2020 10:35:17 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 497f0fa2..3555f7e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v0.3.5 (2020-09-16)](https://github.com/pestphp/pest/compare/v0.3.4...v0.3.5) +### Added +- `toStartWith` and `toEndWith` expectations ([#187](https://github.com/pestphp/pest/pull/187)) + ## [v0.3.4 (2020-09-15)](https://github.com/pestphp/pest/compare/v0.3.3...v0.3.4) ### Added - `toMatchObject` expectation ([4e184b2](https://github.com/pestphp/pest/commit/4e184b2f906c318a5e9cd38fe693cdab5c48d8a2))