From aba8b1da69a57d39be44d1575c4e870e52271c08 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Thu, 5 Oct 2023 09:41:33 +0200 Subject: [PATCH] doc(CHANGELOG.md) update to version 4.0.6 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba7d6fa0..c5d0a085c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [4.0.6] 2023-10-05; + ### Fixed - Added back the `amEditingUserWithId` methood to the `WPBrowser` and `WPWebDriver` modules. (thanks @johnbillion for the original 3.1.7 contribution) @@ -1975,4 +1977,5 @@ Read the [migration guide here](https://wpbrowser.wptestkit.dev/migration/from-v [4.0.3]: https://github.com/lucatume/wp-browser/compare/4.0.2...4.0.3 [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 -[unreleased]: https://github.com/lucatume/wp-browser/compare/4.0.5...HEAD +[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