Skip to content

Commit

Permalink
release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asedge committed May 26, 2017
1 parent a060bf2 commit 733469f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

### Unreleased

### 4.1.0 (26/05/2017)
- Add appropriate Content-Type header (@mltsy)
- Add `Jobs` endpoint methods (@hjanuschka)
- Update `BuildTriggers` to v4 API and rename to `PipelineTriggers`. (@IgnoredAmbience)
- Add support for `keys` resource (@dirker)
- Remove version-lock for terminal-table (@SuperTux88)

### 4.0.0 (10/04/2017)
- Adds ability to create commits in a repository - (@logicminds)
- Remove Ruby 1.x support from the project - (@orta)
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 = "4.0.0"
VERSION = "4.1.0"
end

0 comments on commit 733469f

Please sign in to comment.