From cbe11759633bbf9e0240fcccc72308435555a39c Mon Sep 17 00:00:00 2001 From: Sean Edge Date: Thu, 13 Jul 2017 08:50:04 -0400 Subject: [PATCH] release 4.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ lib/gitlab/version.rb | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e059fd3..62637f0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ### Unreleased +### 4.2.0 (13/07/2017) +- Use `url_encode` in all `Commit` resources (@grodowski) +- Fix `project_search` path for APIv4 (@edaubert) +- Add options to `Labels#create_label` (@hlidotbe) +- Add `Board` API support (@hlidotbe) +- `Award Emoji` API (@akkee) +- Subscribe and unsubscribe actions for labels (@akkee) +- Add `options` hash to `add_hook` method (@mltsy) +- Update repository files endpoint APIv4 (@mltsy) +- Update `Branch` docs and add `options` param to `protect_branch` (@mltsy) +- Fix and clarify `edit_project` option docs (@mltsy) +- Add `TODO` API (@akkee) +- Use `body` parameter to send POST data (@sr189) +- Add `Environments` module (@mltsy) +- Edit and Delete methods for `Notes` API (@akkee) +- Rename `branch_name` parameter to `branch` in `create_branch` & `create_commit` methods (@sr189) + ### 4.1.0 (26/05/2017) - Add appropriate Content-Type header (@mltsy) - Add `Jobs` endpoint methods (@hjanuschka) diff --git a/lib/gitlab/version.rb b/lib/gitlab/version.rb index 4c8f93b32..5cf938159 100644 --- a/lib/gitlab/version.rb +++ b/lib/gitlab/version.rb @@ -1,3 +1,3 @@ module Gitlab - VERSION = "4.1.0" + VERSION = "4.2.0" end