diff --git a/CHANGELOG.md b/CHANGELOG.md
index 300a524b..0c17a610 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.1.2 – 2021-04-08
+### Fixed
+- Disable submit button up on submitting the form
+ [#286](https://github.com/nextcloud/registration/pull/286)
+- Add HTML5 required property to fields that can not be empty
+ [#286](https://github.com/nextcloud/registration/pull/286)
+- Some browsers fail to render the administration settings
+ [#286](https://github.com/nextcloud/registration/pull/286)
+
## 1.1.1 – 2021-04-04
### Fixed
- Fix registration with loginname field
diff --git a/appinfo/info.xml b/appinfo/info.xml
index dbb9501b..ecfc0efc 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.1
+ 1.1.2
agpl
Pellaeon Lin