Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-05 13:35:36 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-05 13:35:36 +0300
commit14cf1439ebacb87f4ee19fcd9219d624ce1df1c6 (patch)
treecf9b053e012b5676a8ebc3c97db3e09cdb778ad7
parenteceffecc335f8e0277a799caf5953dc07faace49 (diff)
Add changelog and bump versionv0.5.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eab5c62..460d0d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,2 +1,7 @@
-owncloud-registration (0.0.1)
-* First release \ No newline at end of file
+# Changelog
+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)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6eacdd3..3f19688 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
]]></description>
- <version>0.5.0</version>
+ <version>0.5.1</version>
<licence>agpl</licence>
<author mail="pellaeon@cnmc.tw" homepage="https://nyllep.wordpress.com/about-2">Pellaeon Lin</author>
<category>security</category>