diff --git a/CHANGELOG.md b/CHANGELOG.md index b61db0286..17915bbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] Unreleased +## [4.1.0] 2024-02-20; + ### Changed - The `WPTestCase` class will **not** backup globals and static attributes by default. Version `3` of wp-browser did not backup globals and static attributes by default, this change in version `4` is aligned with that behaviour to ease migration from version `3` to version `4`. @@ -2116,4 +2118,5 @@ Read the [migration guide here](https://wpbrowser.wptestkit.dev/migration/from-v [4.0.19]: https://github.com/lucatume/wp-browser/compare/4.0.18...4.0.19 [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 -[unreleased]: https://github.com/lucatume/wp-browser/compare/4.0.21...HEAD +[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