diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b82f5..ad47414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +# [2.0.0](https://github.com/ExtendRealityLtd/DevOps/compare/v1.0.1...v2.0.0) (2018-12-16) + + +### Bug Fixes + +* **templates:** allow using semantic-release template in other repos ([6937366](https://github.com/ExtendRealityLtd/DevOps/commit/6937366)) + + +### chore + +* **templates:** don't log debug information from semantic-release ([1607967](https://github.com/ExtendRealityLtd/DevOps/commit/1607967)) + + +### BREAKING CHANGES + +* **templates:** The CD template no longer includes debug +information of semantic-release. + ## [1.0.1](https://github.com/ExtendRealityLtd/DevOps/compare/v1.0.0...v1.0.1) (2018-12-16) diff --git a/package.json b/package.json index 7886f81..b8aa4c3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "io.extendreality.devops", "displayName": "DevOps", "description": "A collection of templates to simplify the continuous integration and deployment of projects by https://github.com/ExtendRealityLtd.", - "version": "1.0.1", + "version": "2.0.0", "homepage": "https://github.com/ExtendRealityLtd/DevOps/", "bugs": { "url": "https://github.com/ExtendRealityLtd/DevOps/issues"