From 13933d2a0d5d8abf3fe2d969aeef192991ad5b2d Mon Sep 17 00:00:00 2001
From: Jacob Vosmaer <contact@jacobvosmaer.nl>
Date: Tue, 15 Dec 2015 14:26:05 +0100
Subject: [PATCH] Version 0.5.0

---
 CHANGELOG | 4 ++++
 VERSION   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG
index 7383ad3defb8b..3051043b97e29 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,10 @@
 
 Formerly known as 'gitlab-git-http-server'.
 
+0.5.0
+
+Send ALL GitLab requests through gitlab-workhorse.
+
 0.4.2
 
 Return response to client when uploading Git LFS object.
diff --git a/VERSION b/VERSION
index 2b7c5ae01848a..8f0916f768f04 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.2
+0.5.0
-- 
GitLab