diff --git a/CHANGELOG.md b/CHANGELOG.md index f2d2396c..5b557133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [11.2.0](https://github.com/jdalrymple/node-gitlab/compare/11.1.2...11.2.0) (2019-10-01) + + +### Features + +* **Merge Request:** Add Approval State endpoint ([41c4653](https://github.com/jdalrymple/node-gitlab/commit/41c4653)) + ## [11.1.2](https://github.com/jdalrymple/node-gitlab/compare/11.1.1...11.1.2) (2019-09-10) diff --git a/package-lock.json b/package-lock.json index 6a76cdee..2b90c52f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlab", - "version": "11.1.2", + "version": "11.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 680ce040..774b02e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitlab", "description": "Full NodeJS implementation of the GitLab API. Supports Promises, Async/Await.", - "version": "11.1.2", + "version": "11.2.0", "author": { "name": "Justin Dalrymple", "email": "justin.s.dalrymple@gmail.com"