From 9da3bc0a29d1e8a2966bed73d93aa045505d78f9 Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Mon, 21 Jan 2019 14:39:01 +0200 Subject: [PATCH] :rocket: Release 1.1.0. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b58823a..93779e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ Below is a detailed change-log, along with specific tasks completed, for each version released to date. +## Version 1.1.0 (21/01/2019) + +- [#enhancement](#enhancement) + - Install wget via brew and stop macOS Apache before trying to start Apache 2. +- [#new](#new) + - New upgrade script for the project. + - New installation instructions added (#14) +- [#bugfix](#bugfix) + - Fixed the recursive loop in copying files over in `upgrade_software.sh`. + ## Version 1.0.3 (21/01/2019) - [#enhancement](#enhancement)