From dee74bb0c8e362212b8653489678e6aa5acec92e Mon Sep 17 00:00:00 2001 From: Henry Whitaker Date: Fri, 24 Apr 2020 17:47:42 +0100 Subject: [PATCH] Increment version # & add to changelog --- changelog.json | 22 ++++++++++++++++++++++ config/speedtest.php | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/changelog.json b/changelog.json index 5f05d20c..a702c0b6 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,26 @@ { + "1.2.7": [ + { + "description": "Added modal to show changelog", + "link": "" + }, + { + "description": "Updated sass", + "link": "https://github.com/henrywhitaker3/Speedtest-Tracker/pull/22" + }, + { + "description": "Updated laravel framework", + "link": "https://github.com/henrywhitaker3/Speedtest-Tracker/pull/19" + }, + { + "description": "Updated react-bootstrap", + "link": "https://github.com/henrywhitaker3/Speedtest-Tracker/pull/20" + }, + { + "description": "Updated phpunit", + "link": "https://github.com/henrywhitaker3/Speedtest-Tracker/pull/21" + } + ], "1.2.6": [ { "description": "Changed default view to last 7 days rather than last 30.", diff --git a/config/speedtest.php b/config/speedtest.php index 9306534d..dff1d821 100644 --- a/config/speedtest.php +++ b/config/speedtest.php @@ -7,7 +7,7 @@ return [ |-------------------------------------------------------------------------- */ - 'version' => '1.2.6', + 'version' => '1.2.7', /* |--------------------------------------------------------------------------