From 1f102762c9e40ca47334dd2fec5b857d45aea4cc Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Fri, 20 Aug 2021 14:32:06 +0100
Subject: [PATCH] added changelog

---
 CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69de29..d4af258 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -0,0 +1,33 @@
+# 0.2.0
+
+_20th August 2021_
+
+Initial release to https://beta.nodenogg.in
+Create and reconnect to a microcosm and create your own nodes in a list view.
+
+# 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