From cf589f133da12bc2f6a452c124faa71c4d891e02 Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Wed, 20 May 2020 12:26:48 +0100 Subject: [PATCH] Updated changelog --- changelog.json | 10 ++++++++++ config/speedtest.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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', /* |--------------------------------------------------------------------------