From 77c759425a814b4e73cdeb14d78ae628faf2c8ec Mon Sep 17 00:00:00 2001
From: Adam Procter <adam.procter@soton.ac.uk>
Date: Tue, 8 Feb 2022 13:32:27 +0000
Subject: [PATCH] added change log

---
 CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 CHANGELOG.md

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..15dcee9
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,32 @@
+# 0.0.1
+
+### Added
+
+A CHANGELOG.md file _exciting_
+
+# Guide
+
+## Use the following headers for each log
+
+Delete as you see fit and use # for version number
+
+- Added – For any new features that have been added since the last version was released
+- Changed – To note any changes to the software’s existing functionality
+- Deprecated– To note any features that were once stable but are no longer and have thus been removed
+- Fixed– Any bugs or errors that have been fixed should be so noted
+- Removed– This notes any features that have been deleted and removed from the software
+- Security– This acts as an invitation to users who want to upgrade and avoid any software vulnerabilities
+
+Here is set to copy
+
+### Added – For any new features that have been added since the last version was released
+
+### Changed – To note any changes to the software’s existing functionality
+
+### Deprecated– To note any features that were once stable but are no longer and have thus been removed
+
+### Fixed– Any bugs or errors that have been fixed should be so noted
+
+### Removed– This notes any features that have been deleted and removed from the software
+
+### Security– This acts as an invitation to users who want to upgrade and avoid any software vulnerabilities
-- 
GitLab