Commit f7e4686a425b7e51237420d99d9cf4a23a83b099

Authored by Dmitriy Zaporozhets
1 parent 69a63903

add gitlab shell version and updated CHANGELOG

Showing 2 changed files with 9 additions and 0 deletions   Show diff stats
CHANGELOG
... ... @@ -15,6 +15,11 @@ v 5.1.0
15 15 - File history now tracks renames
16 16 - Drop wiki migration tools
17 17 - Drop sqlite migration tools
  18 + - project tagging
  19 + - Paginate users in API
  20 +
  21 +v 5.0.1
  22 + - Fixed issue with gitlab-grit being overrided by grit
18 23  
19 24 v 5.0.0
20 25 - Replaced gitolite with gitlab-shell
... ...
doc/install/installation.md
... ... @@ -99,6 +99,10 @@ GitLab Shell is a ssh access and repository management software developed specia
99 99 git clone https://github.com/gitlabhq/gitlab-shell.git
100 100  
101 101 cd gitlab-shell
  102 +
  103 + # switch to right version
  104 + git checkout v1.2.0
  105 +
102 106 cp config.yml.example config.yml
103 107  
104 108 # Edit config and replace gitlab_url
... ...