diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c0e12fc..6b5a065b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [1.6.2](https://github.com/bleenco/abstruse/compare/v1.6.1...v1.6.2) (2018-05-07) + + +### Bug Fixes + +* **build-status:** use correct gitlab url instead of hardcoded one ([cc4a436](https://github.com/bleenco/abstruse/commit/cc4a436)) +* **gitlab-integration:** fix GitLab integration ([0a30888](https://github.com/bleenco/abstruse/commit/0a30888)) + + + ## [1.6.1](https://github.com/bleenco/abstruse/compare/v1.6.0...v1.6.1) (2018-05-07) diff --git a/package.json b/package.json index b50d04817..872102f37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abstruse", - "version": "1.6.1", + "version": "1.6.2", "description": "Abstruse CI", "bin": { "abstruse": "./dist/api/index.js"