diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-05 12:49:03 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-05 12:49:03 +0300 |
commit | eaaa7a83d87bb656358f3f1ae9bfb59fb47d111a (patch) | |
tree | 909105da33c1228b72262742c88074631063bda3 | |
parent | 1949079b4845d624c60a4f3e8a127999c6eb6b0a (diff) | |
download | gitlab-ci-eaaa7a83d87bb656358f3f1ae9bfb59fb47d111a.tar.gz |
Lets do version 3.1
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +v3.1.0 + - Login with both username, email or LDAP credentials (if GitLab 6.0+) + - Retry build button functionality + - UI fixes for resolution 1366px and lower + v3.0.0 - Build running functionality extracted in gitlab-ci-runner - Added API for runners and builds @@ -1 +1 @@ -3.0.0 +3.1.0 |