Increment version # & add to changelog

This commit is contained in:
Henry Whitaker
2020-04-24 17:47:42 +01:00
parent 823993919c
commit dee74bb0c8
2 changed files with 23 additions and 1 deletions

View File

@@ -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.",

View File

@@ -7,7 +7,7 @@ return [
|--------------------------------------------------------------------------
*/
'version' => '1.2.6',
'version' => '1.2.7',
/*
|--------------------------------------------------------------------------