From 31540c6c02b203c8f7e4626d3c764905054943e4 Mon Sep 17 00:00:00 2001
From: Benjamin Bertrand <benjamin.bertrand@esss.se>
Date: Tue, 13 Feb 2018 22:56:49 +0100
Subject: [PATCH] Add CHANGELOG file

---
 CHANGELOG.rst      | 9 +++++++++
 docs/changelog.rst | 1 +
 docs/index.rst     | 1 +
 3 files changed, 11 insertions(+)
 create mode 100644 CHANGELOG.rst
 create mode 100644 docs/changelog.rst

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..bca241a
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,9 @@
+Changelog
+=========
+
+Version 0.x.x
+-------------
+
+- add CHANGELOG
+- add sphinx dependency to build documentation
+- add stage to deploy documentation to GitLab pages
diff --git a/docs/changelog.rst b/docs/changelog.rst
new file mode 100644
index 0000000..565b052
--- /dev/null
+++ b/docs/changelog.rst
@@ -0,0 +1 @@
+.. include:: ../CHANGELOG.rst
diff --git a/docs/index.rst b/docs/index.rst
index d75e366..f305680 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -31,3 +31,4 @@ Please use the navigation sidebar on the left to begin.
    network
    profile
    api
+   changelog
-- 
GitLab