diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab1818a..6fde854 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.7.0 – 2021-02-23
+### Added
+ - Compatibility with Nextcloud 21
+
+### Fixed
+- Show an error instead of exception when mail server is not set up
+ [#274](https://github.com/nextcloud/registration/pull/274)
+
## 0.6.1 – 2021-01-08
### Added
- Compatibility with Nextcloud 21 beta 5
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f07aa72..50bd57f 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.6.1
+ 0.7.0
agpl
Pellaeon Lin