diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9721161..06d1d645c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [1.6.6](https://github.com/bleenco/abstruse/compare/v1.6.5...v1.6.6) (2018-10-27) + + +### Bug Fixes + +* **builds:** correctly parse branch names with / included (closes [#429](https://github.com/bleenco/abstruse/issues/429)) ([e853c96](https://github.com/bleenco/abstruse/commit/e853c96)) + + + ## [1.6.5](https://github.com/bleenco/abstruse/compare/v1.6.4...v1.6.5) (2018-09-18) diff --git a/package.json b/package.json index e499bab02..b9ebb595d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abstruse", - "version": "1.6.5", + "version": "1.6.6", "description": "Abstruse CI", "bin": { "abstruse": "./dist/api/index.js"