From 079109ae15bd546b0755e2dce0abb74d4e8005fb Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Thu, 7 Mar 2024 09:56:38 +0100 Subject: [PATCH] doc(CHANGELOG.md) update to version 4.1.2 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 048bf093d..7b7c9a5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [4.1.2] 2024-03-07; + ### Changed - Disable MU update routine in CLI router to speed up test execution. @@ -2129,4 +2131,5 @@ Read the [migration guide here](https://wpbrowser.wptestkit.dev/migration/from-v [4.0.20]: https://github.com/lucatume/wp-browser/compare/4.0.19...4.0.20 [4.0.21]: https://github.com/lucatume/wp-browser/compare/4.0.20...4.0.21 [4.1.0]: https://github.com/lucatume/wp-browser/compare/4.0.21...4.1.0 -[unreleased]: https://github.com/lucatume/wp-browser/compare/4.1.0...HEAD +[4.1.2]: https://github.com/lucatume/wp-browser/compare/4.1.0...4.1.2 +[unreleased]: https://github.com/lucatume/wp-browser/compare/4.1.2...HEAD