From 0d0c638adbfc57c6c13e9d1086e4c8ffece0d07e Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 3 May 2023 09:41:16 +0200 Subject: [PATCH] new release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e85fd4021..74caf3174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 27.4.0 - 2023-05-03 +### Added +* Prepare to add support for the sitespeed.io API where you can launch tests on other servers. This is not ready yet but a makes it easier for me to test the upcoming functionality. ## 27.3.1 - 2023-04-28 ### Fixed * Fix broken --firstParty parameter as reported in [#3822](https://github.com/sitespeedio/sitespeed.io/issues/3822) and fixed in [#3823](https://github.com/sitespeedio/sitespeed.io/pull/3823)