diff --git a/CHANGELOG.md b/CHANGELOG.md index b0078a7..bc775a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1] — 2022-09-09 + +### Changed + +- `ExecuteJavascriptMiddleware` now uses `waitUntilNetworkIdle` before returning the response body (#56) + ## [1.1.0] — 2022-06-22 ### Added @@ -47,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[1.0.1]: https://github.com/roach-php/core/compare/1.0.0...1.1.0 +[1.1.1]: https://github.com/roach-php/core/compare/1.1.0...1.1.1 +[1.1.0]: https://github.com/roach-php/core/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/roach-php/core/compare/0.2.0...1.0.0 [0.2.0]: https://github.com/roach-php/core/compare/0.1.0...0.2.0