From 3706e0505648008fbdb2c397d50b4049123d65a5 Mon Sep 17 00:00:00 2001
From: Romain Deville <code@romaindeville.fr>
Date: Thu, 29 Apr 2021 11:20:29 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=F0=9F=94=96=20Write=20release=20no?=
 =?UTF-8?q?te=20for=20v1.0.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docs/about/release_notes.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docs/about/release_notes.md b/docs/about/release_notes.md
index 035109b..79b45b8 100644
--- a/docs/about/release_notes.md
+++ b/docs/about/release_notes.md
@@ -8,3 +8,21 @@ Modified content will be overwritten when updating
 
 <!-- END MKDOCS TEMPLATE -->
 
+## 🔖 v1.0.0 <small>(29/04/2021)</small>
+
+First initial release of MkDocs Template
+
+- ✨ Add bunch of features:
+    - `setup.sh` script to automatically install template,
+    - `template` folder holding basic template files, script
+      `docs/_data/plugins.py` to dynamically setup `mkdocs.yml` configuration
+      and schema and template for files read by the script
+- 🔧 Add bunch of configuration files:
+    - Syntax and workflow configuration files such as `.editorconfig`,
+      `.yamllint`, `pyproject.toml`
+- 👷 Add CI which test the scripts (bash and python), build the
+  documentation and deploy it
+- 📝🍱 Add the documentation describing the usage of the template with needed
+  assets.
+- 📄 Add licenses, MIT and Beer-Ware.
+
-- 
GitLab