diff --git a/changelog.json b/changelog.json index a8d29612..484431db 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,14 @@ { + "1.12.3": [ + { + "description": "Updated to PHP 8.2", + "link": "" + }, + { + "description": "Updated speedtest cli to 1.2.0 (#1119)", + "link": "https://github.com/henrywhitaker3/Speedtest-Tracker/issues/1119" + } + ], "1.12.2": [ { "description": "Fixed a bug where the latest X days widget would not update for the failure graph", diff --git a/config/speedtest.php b/config/speedtest.php index 2595b67c..46148a8e 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -7,7 +7,7 @@ return [ |-------------------------------------------------------------------------- */ - 'version' => '1.12.2', + 'version' => '1.12.3', /* |--------------------------------------------------------------------------