From 97dc8ee23cc2ba745bfc483b0a2c40a5df76229d Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Mon, 14 Mar 2022 15:16:14 +0100
Subject: [PATCH] Raise version

---
 CHANGELOG.rst  | 9 +++++++++
 pyproject.toml | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index cc77b3c..ead5dbb 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,14 @@ 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`_.
 
+`1.0.2`_ - 2022-03-14
+---------------------
+
+Fixed
+~~~~~
+
+* Migration was missing
+
 `1.0.1`_ - 2022-03-14
 --------------------
 
@@ -35,3 +43,4 @@ Added
 
 .. _1.0: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0
 .. _1.0.1: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0.1
+.. _1.0.2: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0.2
diff --git a/pyproject.toml b/pyproject.toml
index 4585619..4187b02 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Tezor"
-version = "1.0.1"
+version = "1.0.2"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab