diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc1c27..53ba7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.12.0](https://github.com/edahlseng/ci-configuration-general/compare/v1.11.0...v1.12.0) (2019-01-23) + + +### Features + +* Add add-github-to-known-hosts command ([aaa7024](https://github.com/edahlseng/ci-configuration-general/commit/aaa7024)) + + + # [1.11.0](https://github.com/edahlseng/ci-configuration-general/compare/v1.10.0...v1.11.0) (2019-01-18) diff --git a/package.json b/package.json index 5345f8e..ff9a8f9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ci-configuration-general", "private": true, - "version": "1.11.0", + "version": "1.12.0", "description": "General Continuous Integration Configuration ------------------------------------", "main": "index.js", "scripts": {