diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03149158c9fe2a376f4adbacb7d9bff5502928b9..8d0d1beacca8eb6268eb679b50513de216146bb1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,17 @@ 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.0`_ - 2023-05-15 +`0.2.1`_ - 2023-08-30 +--------------------- + +Fixed +~~~~~ + +* Columns had unsable links. +* API endpoint for printer details returned 500 instead of 403. +* Card PDF generation wasn't possible without a chip number. + +`0.2`_ - 2023-05-15 ------------------- This version requires AlekSIS-Core 3.0. It is incompatible with any previous @@ -36,3 +46,4 @@ Added .. _0.1: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.1 .. _0.1.1: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.1.1 .. _0.2: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.2 +.. _0.2.1: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.2.1 diff --git a/pyproject.toml b/pyproject.toml index c14f188a28e9030cfdacf2c6b0a525bb7d288f64..483e193a71b355ca45b34583c0cba1a5797645c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Kort" -version = "0.2" +version = "0.2.1" packages = [ { include = "aleksis" } ]