From 02f75a7f10fe71a7aaedbbddd1dc0c2be1b8d3d5 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Sun, 24 Sep 2017 09:57:31 -0400 Subject: [PATCH] Updating readme, changelog and version --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96145677..bbb23845 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,10 @@ MIT ## Changelog +[1.1.0](https://github.com/jdalrymple/node-gitlab-api/385ef9f351981f26180e1381525ade458bcde1cd) (2017-09-24) +------------------ +- Adding proper pagination support + [1.0.14](https://github.com/jdalrymple/node-gitlab-api/b8fb74828503f0a6432376ad156b7f9e33f6228e) (2017-08-1) ------------------ - Adding default file name for file uploads. If none is supplied, the filename is diff --git a/package.json b/package.json index 8c224025..b12d3395 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-gitlab-api", - "version": "1.0.14", + "version": "1.1.0", "description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", "main": "src/index.js", "directories": {},