From fcbe437115c5e62312561c29a2acba20edfcaf66 Mon Sep 17 00:00:00 2001
From: Hu Zhao <zhao@mbd.rwth-aachen.de>
Date: Tue, 6 Dec 2022 17:48:53 +0100
Subject: [PATCH] docs: add changelog to documentation

---
 CHANGELOG.md              | 11 ++++++-----
 docs/source/changelog.rst |  6 ++++--
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bcea28d..61e7135 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,12 @@
-# Changelog
-
-## v0.1.2
+v0.1.2
+------
 
 * Elaborate on installation. Use pip from conda-forge channel to install `PSimPy`
 
 * Add info about how tests can be run
 
-## v0.1.1
+v0.1.1
+------
 
 * Add info about installation
 
@@ -14,6 +14,7 @@
 
 * Update metadata
 
-## v0.1.0
+v0.1.0
+------
 
 * First release
diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst
index 8261b35..201f6c4 100644
--- a/docs/source/changelog.rst
+++ b/docs/source/changelog.rst
@@ -1,2 +1,4 @@
-```{include} ../CHANGELOG.md
-```
\ No newline at end of file
+Changes
+=======
+
+.. include:: ../../CHANGELOG.md
-- 
GitLab