Add changelog and bump version

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-10-05 12:35:36 +02:00
parent eceffecc33
commit 14cf1439eb
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
2 changed files with 8 additions and 3 deletions

View File

@ -1,2 +1,7 @@
owncloud-registration (0.0.1) # Changelog
* First release All notable changes to this project will be documented in this file.
## 0.5.1 2020-10-05
### Fixed
- Fix rate limitation to avoid spaming users
[#246](https://github.com/nextcloud/registration/pull/246)

View File

@ -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 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 5. New account is created and is logged in automatically
]]></description> ]]></description>
<version>0.5.0</version> <version>0.5.1</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author> <author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
<category>security</category> <category>security</category>