From f1c5852a859f85e5ebf3bd7c3f99afccde3e52b6 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Fri, 23 Jun 2017 12:39:02 -0400 Subject: [PATCH] Updating changelog --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d29cb7064..845aadfd5 100644 --- a/README.md +++ b/README.md @@ -64,19 +64,20 @@ MIT Changelog ========= -[1.0.5](https://github.com/jdalrymple/node-gitlab-api/commit/fe5a5fbb8d01fb670b7c7b14ce2c5b7f30d71fe5) (2017-06-23) +[1.0.5](https://github.com/jdalrymple/node-gitlab-api/commit/03a22b46a62d7b68937575b0b74b6fd3496f7cbf) (2017-06-23) ------------------ - Fixing bug within the delete API calls. It was missing query parameters -[1.0.4](https://github.com/jdalrymple/node-gitlab-api/commit/fe5a5fbb8d01fb670b7c7b14ce2c5b7f30d71fe5) (2017-06-23) +[1.0.4](https://github.com/jdalrymple/node-gitlab-api/commit/9d9ef2615c6dd778a3fb1c6140d5ce009c421bb1) (2017-06-23) ------------------ - Adding more to the labels API -- Removed the old 'list' calls for projects and issues which displayed a deprecated message. Only all is available now. - Cleaned up the Issues class [1.0.3](https://github.com/jdalrymple/node-gitlab-api/commit/fe5a5fbb8d01fb670b7c7b14ce2c5b7f30d71fe5) (2017-06-23) ------------------ - Updating problems within the Milestone API +- Removed the old 'list' calls for projects and issues which displayed a deprecated message. Only all is available now. + [1.0.2](https://github.com/jdalrymple/node-gitlab-api/commit/a295d5a613efa13be79fec5fa2835076047cdcc5) (2017-06-22) ------------------