From 145e234b852a501a345a5402b1c775d7db0fe9ea Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Sat, 7 Sep 2024 12:01:04 +0200 Subject: [PATCH] doc(CHANGELOG.md) update to version 4.3.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7cc1082..7634d1cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [4.3.1] 2024-09-07; + ### Fixed - `mysql` command output in the `MysqlServerController` information output. @@ -2247,4 +2249,5 @@ Read the [migration guide here](https://wpbrowser.wptestkit.dev/migration/from-v [4.2.4]: https://github.com/lucatume/wp-browser/compare/4.2.3...4.2.4 [4.2.5]: https://github.com/lucatume/wp-browser/compare/4.2.4...4.2.5 [4.3.0]: https://github.com/lucatume/wp-browser/compare/4.2.5...4.3.0 -[unreleased]: https://github.com/lucatume/wp-browser/compare/4.3.0...HEAD +[4.3.1]: https://github.com/lucatume/wp-browser/compare/4.3.0...4.3.1 +[unreleased]: https://github.com/lucatume/wp-browser/compare/4.3.1...HEAD