From a11f6e627cd06142374a3b5129e1b5090d7ccb9c Mon Sep 17 00:00:00 2001 From: Keptn Bot Date: Wed, 27 Oct 2021 13:03:22 +0000 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d227e00..34208d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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.1.0](https://github.com/keptn/gh-automation/compare/v1.0.0...v1.1.0) (2021-10-27) + + +### Features + +* Add option to ignore emails from DCO check ([#3](https://github.com/keptn/gh-automation/issues/3)) ([c5c7ac7](https://github.com/keptn/gh-automation/commit/c5c7ac79093d89e2913db121280d595f8b4db1be)) + + +### Bug Fixes + +* Fix automatic release pipeline by using correct github token for basic git operations ([#4](https://github.com/keptn/gh-automation/issues/4)) ([0890822](https://github.com/keptn/gh-automation/commit/0890822088e2777c660070d8310bf73629ff7a29)) + + +### Docs + +* Add DCO check input option to readme ([#5](https://github.com/keptn/gh-automation/issues/5)) ([b7dc4d6](https://github.com/keptn/gh-automation/commit/b7dc4d6825dc7669c68c703630f8c039ead9e237)) + ## 1.0.0 (2021-10-14)