diff --git a/changelog.md b/changelog.md
index 319989be8c..769fb9298d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,13 @@
+
+## [0.3.4](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.2...v0.3.4) (2016-04-15)
+
+
+### Bug Fixes
+
+* **cli:** disable angular defaults when a rc file is provided ([8c3ee6c](https://github.com/marionebl/conventional-changelog-lint/commit/8c3ee6c))
+
+
+
## [0.3.2](https://github.com/marionebl/conventional-changelog-lint/compare/v0.3.1...v0.3.2) (2016-03-03)
diff --git a/package.json b/package.json
index adaa31b33d..29b7ad380b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-lint",
- "version": "0.3.3",
+ "version": "0.3.4",
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
"main": "distribution/index.js",
"files": [