From be621151961e782f6a0e34524cc495a66cf02f30 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Wed, 3 Nov 2021 16:32:06 +0100
Subject: [PATCH] Add changelog

---
 CHANGELOG.rst | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 CHANGELOG.rst

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644
index 0000000..b993ae5
--- /dev/null
+++ b/CHANGELOG.rst
@@ -0,0 +1,24 @@
+Changelog
+=========
+
+All notable changes to this project will be documented in this file.
+
+The format is based on `Keep a Changelog`_,
+and this project adheres to `Semantic Versioning`_.
+
+`2.0b0`_ - 2021-11-03
+--------------------
+
+Added
+~~~~~
+
+* Provide ``Poster`` model for time-based documents.
+  * Organise posters in poster groups.
+  * Return current poster of a poster group as PDF file under a specific endpoint.
+* Provide ``LiveDocument`` for periodically updated documents.
+
+
+.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
+.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
+
+.. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.0b0
-- 
GitLab