diff --git a/changelog.json b/changelog.json index 6a38c066..6306cffd 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,14 @@ { + "1.4.1": [ + { + "description": "Updated laravel framework", + "link": "https://github.com/henrywhitaker3/Speedtest-Tracker/pull/65" + }, + { + "description": "Updated facade/ignition", + "link": "https://github.com/henrywhitaker3/Speedtest-Tracker/pull/64" + } + ], "1.4.0": [ { "description": "Added custom speedtest.net server ids", diff --git a/config/speedtest.php b/config/speedtest.php index ba4fa9ee..33cfa792 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -7,7 +7,7 @@ return [ |-------------------------------------------------------------------------- */ - 'version' => '1.4.0', + 'version' => '1.4.1', /* |--------------------------------------------------------------------------