From 98c21f79bc3eaad08e53207fcc34ba2219b99b99 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Tue, 10 May 2016 18:06:24 +0200 Subject: [PATCH] v1.6.0 --- README.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dbf6ab5..d8bb527 100644 --- a/README.md +++ b/README.md @@ -122,10 +122,14 @@ MIT Changelog ========= -master (unreleased) -------------------- +[1.6.0](https://github.com/node-gitlab/node-gitlab/tree/v1.6.0) (2016-05-10) +---------------------- -- No entry +- Add function to query all projects as admin +- Add oauth_token option to authenticate connection +- Add possibility to showFile by sha id +- Add support for the GitLab services API +- Fix undefined assigneeId in merge request (#111) [1.5.0](https://github.com/node-gitlab/node-gitlab/tree/v1.5.0) (2015-11-26) ---------------------- diff --git a/package.json b/package.json index e21bab2..3b3c43c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "1.5.1", + "version": "1.6.0", "description": "GitLab API Nodejs library.", "main": "lib/index.js", "directories": {