diff --git a/CHANGELOG.md b/CHANGELOG.md
index 928e36d..b2e634a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+
+## [1.2.2](https://github.com/wagoid/commitlint-github-action/compare/v1.2.1...v1.2.2) (2019-10-21)
+
+### Bug Fixes
+
+- set [@commitlint](https://github.com/commitlint)/config-conventional to exact version 8.2.0 ([4fb9495](https://github.com/wagoid/commitlint-github-action/commit/4fb9495))
+- update [@commitlint](https://github.com/commitlint)/config-conventional to latest version ([bc31cec](https://github.com/wagoid/commitlint-github-action/commit/bc31cec))
+
## [1.2.1](https://github.com/wagoid/commitlint-github-action/compare/v1.2.0...v1.2.1) (2019-10-18)
diff --git a/README.md b/README.md
index 34f6030..de13891 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- - uses: wagoid/commitlint-github-action@v1.2.1
+ - uses: wagoid/commitlint-github-action@v1.2.2
```
Alternatively, you can run on other event types such as `on: [push]`. In that case the action will lint the current commit instead of linting all commits from a pull request.
diff --git a/action.yml b/action.yml
index 62f5242..7ed564f 100644
--- a/action.yml
+++ b/action.yml
@@ -10,7 +10,7 @@ inputs:
default: true
runs:
using: 'docker'
- image: 'docker://wagoid/commitlint-github-action:1.2.1'
+ image: 'docker://wagoid/commitlint-github-action:1.2.2'
branding:
icon: 'check-square'
color: 'blue'
diff --git a/package.json b/package.json
index 09d55e0..a44243b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "commitlint github action",
"main": "index.js",
"scripts": {