diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c17a610..2573a066 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.2.0 – 2021-04-15
+### Added
+- Allow apps to hook into the registration flow, e.g. Terms of Service
+ [#293](https://github.com/nextcloud/registration/pull/293)
+
## 1.1.2 – 2021-04-08
### Fixed
- Disable submit button up on submitting the form
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c4e83079..b961ba6f 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
]]>
- 1.1.2
+ 1.2.0
agpl
Pellaeon Lin