diff --git a/CHANGELOG.md b/CHANGELOG.md index db0fc4874..eeed3d4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 37.0.2 - 2025-03-05 +### Fixed +* Another fix for using --help and load plugins correctly [#4465](https://github.com/sitespeedio/sitespeed.io/pull/4465). + ## 37.0.1 - 2025-03-05 ### Fixed * There was a bug in the InfluxDB plugin and loading the cli parameters failed [#4463](https://github.com/sitespeedio/sitespeed.io/pull/4463). - ## 37.0.0 - 2025-03-05 ### Breaking change * If you are a InfluxDB user the InfluxDB functionality been moved to a standalone plugin [plugin-influxdb](https://github.com/sitespeedio/plugin-influxdb). This means if that sitespeed.io using NodeJS and the default Docker container will not include the InfluxDB plugin. The +1 container will still include the plugin but you need to add it with `--plugins.add @sitespeed.io/plugin-influxdb` for it to be able to run.