From cf8f25bc37efa7512fa6e6750ab273f543a65447 Mon Sep 17 00:00:00 2001
From: Jacob Vosmaer <contact@jacobvosmaer.nl>
Date: Fri, 8 Jan 2016 18:54:05 +0100
Subject: [PATCH] Version 0.5.2

---
 CHANGELOG | 11 ++++++++++-
 VERSION   |  2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index fb05607204f9..5ab20e785e4c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,15 @@
 
 Formerly known as 'gitlab-git-http-server'.
 
+0.5.3
+
+- Always check with upstream if files in /uploads/ may be served
+- Fix project%2Fnamespace API project ID's
+- Prevent archive zombies when using gzip or bzip2
+- Don't show pretty error pages in development mode
+
+0.5.2
+
 0.5.1
 
 Deprecate -relativeURLRoot option, use -authBackend instead.
@@ -50,4 +59,4 @@ This makes the REPO_ROOT command line argument obsolete.
 
 0.2.14
 
-This is the last version that works with GitLab 8.0.
\ No newline at end of file
+This is the last version that works with GitLab 8.0.
diff --git a/VERSION b/VERSION
index 4b9fcbec101a..cb0c939a936f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.1
+0.5.2
-- 
GitLab