diff --git a/CHANGELOG.md b/CHANGELOG.md index 067ead55a..faf266ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) + +## 34.3.0 - 2024-06-20 +### Added +* API: Show the URL/script name in the API call [#4195](https://github.com/sitespeedio/sitespeed.io/pull/4195) +* Update WebPageReplay binaries [#4196](https://github.com/sitespeedio/sitespeed.io/pull/4196). + ## 34.2.2 - 2024-06-18 ### Fixed * Make it possible to disable the API. In some cases where you extends another configuration file, you could end up in a API loop where the API calls the API [#4191](https://github.com/sitespeedio/sitespeed.io/pull/4191).