From 69ade64fd510c0cd9f7edb4e4af3743a4aad60e3 Mon Sep 17 00:00:00 2001 From: Mathias Ertl Date: Fri, 10 Mar 2017 15:54:18 +0100 Subject: [PATCH] release version 0.5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89f186f..a081253 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ python manage.py test xmpp_http_upload ## ChangeLog -### 0.4.2 (TBR) +### 0.5.0 (2017-03-10) * Increase length of `type` column to 255 characters (we sometimes encounter up to 80 characters). * If a user does not match any ACL from the `XMPP_HTTP_UPLOAD_ACCESS` setting, all uploads are denied.