From 68b0ff1c5601d1ae5a9135e93eced44fb5b5de70 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Sun, 8 Oct 2023 14:16:41 +0200 Subject: [PATCH] doc(CHANGELOG.md) update to version 4.0.7 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e495850e..606e01c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [4.0.7] 2023-10-08; + ### Fixed - Rework the Core PHPUnit test case handling to correctly fire the test case set up and tear down methods. @@ -1982,4 +1984,5 @@ Read the [migration guide here](https://wpbrowser.wptestkit.dev/migration/from-v [4.0.4]: https://github.com/lucatume/wp-browser/compare/4.0.3...4.0.4 [4.0.5]: https://github.com/lucatume/wp-browser/compare/4.0.4...4.0.5 [4.0.6]: https://github.com/lucatume/wp-browser/compare/4.0.5...4.0.6 -[unreleased]: https://github.com/lucatume/wp-browser/compare/4.0.6...HEAD +[4.0.7]: https://github.com/lucatume/wp-browser/compare/4.0.6...4.0.7 +[unreleased]: https://github.com/lucatume/wp-browser/compare/4.0.7...HEAD