diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6037b4a..50228ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.6.0 – 2020-12-14
+### Added
+ - Allow forcing user name patterns and providing hints on the registration form and email (by @pxlfrk )
+ [#259](https://github.com/nextcloud/registration/pull/259)
+ - Compatibility with Nextcloud 21
+
## 0.5.2 – 2020-11-30
### Fixed
- Fix compatibility with password policy app
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5540fd9..c1db782 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.2
+ 0.6.0
agpl
Pellaeon Lin