diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9dcf9ce0c908a3ccd9e893852f9cbf80661e37b1..93b94f5c05501f0429f0f4b780b26d36c41b38ef 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.4.4`_
+--------
+
+Fixed
+~~~~~
+
+* Fixed URL to editPersonView
+
 `1.4.3`_
 --------
 
diff --git a/pyproject.toml b/pyproject.toml
index aabcf15580a53e325d42dbb9a9959271fa789a10..23912ab951ebc153c728bf2eaf1c079073ee9e67 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Paweljong"
-version = "1.4.3"
+version = "1.4.4"
 packages = [
     { include = "aleksis" }
 ]