diff --git a/README.md b/README.md index 8ad92e76..38d99112 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod - [Ev Haus](https://github.com/EvHaus) - [zhao0](https://github.com/zhao0) - [Joshua Grosso](https://github.com/jgrosso) +- [Frédéric Boutin](https://github.com/fboutin-pmc) ## License @@ -384,6 +385,10 @@ This started off as a fork from [node-gitlab](https://github.com/node-gitlab/nod ## Changelog +[3.2.0](https://github.com/jdalrymple/node-gitlab-api/tags/3.2.0) (2018-4-21) +------------------ +- Completed ProjectPipeline Support in PR [#72](https://github.com/jdalrymple/node-gitlab-api/pull/72) thanks to [Frédéric Boutin](https://github.com/fboutin-pmc) + [3.1.1](https://github.com/jdalrymple/node-gitlab-api/tags/3.1.1) (2018-4-17) ------------------ - Fixed missing UserCustomAttributes export diff --git a/package-lock.json b/package-lock.json index 1d81a87a..7ed73b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "3.1.1", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bd05fc65..98164b94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "3.1.1", + "version": "3.2.0", "description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", "main": "dist/latest/index.js", "engines": {