diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc6aac9..b03685f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+
+# [1.8.0](https://github.com/wagoid/commitlint-github-action/compare/v1.7.0...v1.8.0) (2020-08-02)
+
+### Features
+
+- add `results` output ([550792f](https://github.com/wagoid/commitlint-github-action/commit/550792f)), closes [#39](https://github.com/wagoid/commitlint-github-action/issues/39)
+
# [1.7.0](https://github.com/wagoid/commitlint-github-action/compare/v1.6.0...v1.7.0) (2020-07-03)
diff --git a/action.yml b/action.yml
index 1db01b5..e250b97 100644
--- a/action.yml
+++ b/action.yml
@@ -23,7 +23,7 @@ outputs:
description: The error and warning messages for each one of the analyzed commits
runs:
using: 'docker'
- image: 'docker://wagoid/commitlint-github-action:1.7.0'
+ image: 'docker://wagoid/commitlint-github-action:1.8.0'
branding:
icon: 'check-square'
color: 'blue'
diff --git a/package-lock.json b/package-lock.json
index 51a897d..54eb582 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
- "version": "1.7.0",
+ "version": "1.8.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 2be406c..aca356c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
- "version": "1.7.0",
+ "version": "1.8.0",
"description": "commitlint github action",
"main": "index.js",
"scripts": {