From 8b4516be08ff7830259e49a65cf3c3f905d488e3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 30 Nov 2020 09:23:40 +0100 Subject: [PATCH] Add changelog and bump version Signed-off-by: Joas Schilling --- CHANGELOG.md | 13 ++++++++++++- appinfo/info.xml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460d0d4..6037b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.5.2 – 2020-11-30 +### Fixed + - Fix compatibility with password policy app + [#258](https://github.com/nextcloud/registration/pull/258) + - Allow mail confirmation to be optional + [#248](https://github.com/nextcloud/registration/pull/248) + - Don't allow to limit the app to groups as the users are all guests and therefor in no groups + [#255](https://github.com/nextcloud/registration/pull/255) + - Fix invalide route on user data form + [#251](https://github.com/nextcloud/registration/pull/251) + ## 0.5.1 – 2020-10-05 ### Fixed - Fix rate limitation to avoid spaming users - [#246](https://github.com/nextcloud/registration/pull/246) + [#246](https://github.com/nextcloud/registration/pull/246) diff --git a/appinfo/info.xml b/appinfo/info.xml index 731a558..5540fd9 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.1 + 0.5.2 agpl Pellaeon Lin