diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3233b185587b003f4550625059d08bd80eb0eaba..32dbe404414d0a0f687a2c026266bf263e8996a7 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,20 @@ 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.2`_ - 2022-03-20
+-------------------
+
+Added
+-----
+
+* Update django-payments to 1.0
+* Update invoice if person changes
+
+Changed
+-------
+
+* Always set person on Invoice objects
+
 `1.1.1`_ - 2022-03-15
 ---------------------
 
@@ -72,3 +86,4 @@ Added
 .. _1.0.2: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0.2
 .. _1.1: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.1
 .. _1.1.1: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.1.1
+.. _1.2 https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.2
diff --git a/pyproject.toml b/pyproject.toml
index 93d63dd0dbbca35b91f48b9a0d4e2deab87f4a4b..594f7bd448c2af1286a953d60803ccddad7a08e8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Tezor"
-version = "1.1.1"
+version = "1.2"
 packages = [
     { include = "aleksis" }
 ]