Add changelog and bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
8bf3dc6d3d
commit
08e9e522d4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
]]></description>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
|
||||
<types>
|
||||
|
|
|
|||
Loading…
Reference in New Issue