From 08e9e522d418a9679a82558e1d0d91b1a6ee2792 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 4 Apr 2021 16:08:22 +0200 Subject: [PATCH] Add changelog and bump version Signed-off-by: Joas Schilling --- CHANGELOG.md | 5 +++++ appinfo/info.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f18eae..300a524 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.1.1 – 2021-04-04 +### Fixed +- Fix registration with loginname field + [#284](https://github.com/nextcloud/registration/pull/284) + ## 1.1.0 – 2021-04-01 ### Added - Added settings to display and enforce a full name field on the registration form diff --git a/appinfo/info.xml b/appinfo/info.xml index b7e1d1c..dbb9501 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.0 + 1.1.1 agpl Pellaeon Lin