diff --git a/CHANGELOG.md b/CHANGELOG.md
index 460d0d4..6037b4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.5.2 – 2020-11-30
+### Fixed
+ - Fix compatibility with password policy app
+ [#258](https://github.com/nextcloud/registration/pull/258)
+ - Allow mail confirmation to be optional
+ [#248](https://github.com/nextcloud/registration/pull/248)
+ - Don't allow to limit the app to groups as the users are all guests and therefor in no groups
+ [#255](https://github.com/nextcloud/registration/pull/255)
+ - Fix invalide route on user data form
+ [#251](https://github.com/nextcloud/registration/pull/251)
+
## 0.5.1 – 2020-10-05
### Fixed
- Fix rate limitation to avoid spaming users
- [#246](https://github.com/nextcloud/registration/pull/246)
+ [#246](https://github.com/nextcloud/registration/pull/246)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 731a558..5540fd9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -23,7 +23,7 @@ This app allows users to register a new account.
4. User is lead to a form where they can choose their username and password
5. New account is created and is logged in automatically
]]>
- 0.5.1
+ 0.5.2
agpl
Pellaeon Lin