From f7e4686a425b7e51237420d99d9cf4a23a83b099 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Wed, 17 Apr 2013 09:49:34 +0300
Subject: [PATCH] add gitlab shell version and updated CHANGELOG

---
 CHANGELOG                   | 5 +++++
 doc/install/installation.md | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index d17907d0c588b..5e589dd147c43 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,11 @@ v 5.1.0
   - File history now tracks renames
   - Drop wiki migration tools
   - Drop sqlite migration tools
+  - project tagging
+  - Paginate users in API
+
+v 5.0.1
+  - Fixed issue with gitlab-grit being overrided by grit
 
 v 5.0.0
   - Replaced gitolite with gitlab-shell
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 41202b09b74d2..d1d3833e3d2c7 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -99,6 +99,10 @@ GitLab Shell is a ssh access and repository management software developed specia
     git clone https://github.com/gitlabhq/gitlab-shell.git
 
     cd gitlab-shell
+
+    # switch to right version
+    git checkout v1.2.0
+
     cp config.yml.example config.yml
 
     # Edit config and replace gitlab_url
-- 
GitLab