diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index cc77b3cfffe1b350a5704f1eecb4000ecc998681..ead5dbb80c9f9bd8bc556138ee413cd5b84f85ba 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 4585619afd421d4a401f64f8715087929d0503a9..4187b0273355450557d0a8c3ddc50be4b43c25a5 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" }
 ]