From d92d50681f94e03a52a36f1e30174801c081dcd4 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 8 Aug 2023 09:45:16 +0200 Subject: [PATCH] new release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d91959b..9ce57dbda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) +## 29.2.0 - 2023-08-08 +### Fixed +* Another fix for making sure annotations for Graphite have the correct timestamp [#3931](https://github.com/sitespeedio/sitespeed.io/pull/3931). +* Update dayjs and ora dependencies. + +### Added +* Firefox 116 in the Docker container. + + ## 29.1.3 - 2023-08-03 ### Fixed * HTML result page was broken when you had element timings that was not images. Thank you [dooglewoogle](https://github.com/dooglewoogle) for reporting, fixed in [#3927](https://github.com/sitespeedio/sitespeed.io/pull/3927).