diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb810d9d..6c53c505b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +## [1.4.3](https://github.com/bleenco/abstruse/compare/v1.4.2...v1.4.3) (2017-12-16) + + +### Bug Fixes + +* **console:** add safety to check job id before output to console ([92a393b](https://github.com/bleenco/abstruse/commit/92a393b)) +* **deploy:** enable custom deploy or with predefined deploy providers (closes [#304](https://github.com/bleenco/abstruse/issues/304)) ([a0225bc](https://github.com/bleenco/abstruse/commit/a0225bc)) +* **stats:** unsubscribe from stats subscription when leaving dashboard ([4b73041](https://github.com/bleenco/abstruse/commit/4b73041)) + + +### Features + +* **deploy:** support for deploy to AWS Elastic Beanstalk ([4913c2c](https://github.com/bleenco/abstruse/commit/4913c2c)) +* **envs:** add abstruse defined ENV variables (closes [#311](https://github.com/bleenco/abstruse/issues/311)) ([717d78b](https://github.com/bleenco/abstruse/commit/717d78b)) + + + ## [1.4.2](https://github.com/bleenco/abstruse/compare/v1.4.1...v1.4.2) (2017-12-11) diff --git a/package.json b/package.json index bbbc44c9d..bc7af5291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "abstruse", - "version": "1.4.2", + "version": "1.4.3", "description": "Abstruse CI", "bin": { "abstruse": "./dist/api/index.js"