diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63f63b4..9e10d3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+
+## [1.2.1](https://github.com/wagoid/commitlint-github-action/compare/v1.1.1...v1.2.0) (2019-10-15)
+
+### Features
+
+- add ability to run commitlint on events that are not pull requests ([23cd801](https://github.com/wagoid/commitlint-github-action/commit/23cd801))
+- add firstParent input to ignore errors from your default branch ([598e473](https://github.com/wagoid/commitlint-github-action/commit/598e473))
+
## [1.1.1](https://github.com/wagoid/commitlint-github-action/compare/v1.1.0...v1.1.1) (2019-10-08)
diff --git a/action.yml b/action.yml
index 90d2d10..df997aa 100644
--- a/action.yml
+++ b/action.yml
@@ -10,7 +10,7 @@ inputs:
default: true
runs:
using: 'docker'
- image: 'docker://wagoid/commitlint-github-action:1.1.1'
+ image: 'docker://wagoid/commitlint-github-action:1.2.0'
branding:
icon: 'check-square'
color: 'blue'
diff --git a/package.json b/package.json
index 3a9f8f0..e51e975 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
- "version": "1.1.1",
+ "version": "1.2.0",
"description": "commitlint github action",
"main": "index.js",
"scripts": {