From 73e4955a82b57852bc09550e711bc7e9e4db2867 Mon Sep 17 00:00:00 2001 From: Luca Tumedei Date: Sat, 2 Nov 2024 18:55:05 +0100 Subject: [PATCH] doc(CHANGELOG.md) update to version 4.3.6 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e5df33c1..3f35a5cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [4.3.6] 2024-11-02; + ## Fixed - Fallback for missing `$_composer_autoload_path` file. (thanks @andronocean) @@ -2284,4 +2286,5 @@ Read the [migration guide here](https://wpbrowser.wptestkit.dev/migration/from-v [4.3.3]: https://github.com/lucatume/wp-browser/compare/4.3.2...4.3.3 [4.3.4]: https://github.com/lucatume/wp-browser/compare/4.3.3...4.3.4 [4.3.5]: https://github.com/lucatume/wp-browser/compare/4.3.4...4.3.5 -[unreleased]: https://github.com/lucatume/wp-browser/compare/4.3.5...HEAD +[4.3.6]: https://github.com/lucatume/wp-browser/compare/4.3.5...4.3.6 +[unreleased]: https://github.com/lucatume/wp-browser/compare/4.3.6...HEAD