From 3ae4f4fb2e84dbb37ddb60e5df16fbe9bd90e14e Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Wed, 2 Jun 2021 13:53:26 +0200 Subject: [PATCH] Fixup changelog chaos and set version to 2.0b2 (cherry picked from commit 3f4ce4a7a4554da9ee331752e457725105a64af7) --- CHANGELOG.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 73236363..5fd93ff2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ 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`_. -Unreleased ----------- +`2.0b2` - 2021-06-02 +-------------------- Fixed ~~~~~ @@ -16,6 +16,14 @@ Fixed * Unique constraints for breaks and substitutions were too tight * Absences in substitutions list were displayed multiple times. +`2.0b1`_ - 2021-05-22 +--------------------- + +Fixed +~~~~~ + +* Fix migration names and dependencies + `2.0b0`_ - 2021-05-21 --------------------- @@ -150,3 +158,5 @@ Fixed .. _2.0a1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0a1 .. _2.0a2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0a2 .. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0b0 +.. _2.0b1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0b1 +.. _2.0b2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0b2 -- GitLab