diff --git a/CHANGELOG.md b/CHANGELOG.md index db251ab67..155198050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [3.2.2] 2023-11-20; + ## Added - Support for the `activatePluginsSilently` configuration parameter in the `WPLoader` module to activate plugins without firing the `activated_plugin` hook. @@ -1865,4 +1867,5 @@ Read the [migration guide here](https://wpbrowser.wptestkit.dev/migration/from-v [3.1.10]: https://github.com/lucatume/wp-browser/compare/3.1.9...3.1.10 [3.2.0]: https://github.com/lucatume/wp-browser/compare/3.1.10...3.2.0 [3.2.1]: https://github.com/lucatume/wp-browser/compare/3.2.0...3.2.1 -[unreleased]: https://github.com/lucatume/wp-browser/compare/3.2.1...HEAD +[3.2.2]: https://github.com/lucatume/wp-browser/compare/3.2.1...3.2.2 +[unreleased]: https://github.com/lucatume/wp-browser/compare/3.2.2...HEAD