Skip to content

Commit

Permalink
release v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asedge committed Aug 16, 2016
1 parent 32496dc commit 6dcd3ea
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
## Change Log

### 3.7.0 (16/08/2016)

- Add in GitlabCI Runner support (@davidcollum)
- Implemented tags API methods (@jblackman)
- Expose response status when Gitlab raises an error. (@calavera)
- Add `build_artifacts` method (@nanofi)
- Add `user_search` method (@Dreeg)
- Added project git hook support (@liger1978)
- Add the ability to delete an issue (@dandunckelman)
- Add missing Build APIs (@edgemaster)
- Improve record table output to use Hash `id` field if it exists. (@asedge)
- Support for listing merge request notes (@dlukman)
- Update YARD so it can be formatted easier for the CLI. (@asedge)
- Add `options` to `build` method (@sanderhahn)
- Add `delete_group` method (@shadeslayer)
- Add `group_projects` method (@shadeslayer)
- Add `edit_merge_request_comment` (@hjanuschka)
- Add `merge_request_commits` method (@nomeaning777)
- Add method `edit_group_member` (@coder-hugo)
- New builds endpoints (@kmarcisz)
- Use `respond_to_missing?` instead of `respond_to?` (@tsigo)
- Added possibility to change emails of user (@azomazo)
- Added possibility to change services in the project (@azomazo)
- Update README.md (@walterheck)

### 3.6.1 (13/12/2015)

- Fixed CLI output for collections
Expand Down
2 changes: 1 addition & 1 deletion lib/gitlab/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Gitlab
VERSION = "3.6.1"
VERSION = "3.7.0"
end

0 comments on commit 6dcd3ea

Please sign in to comment.