diff --git a/changelog.md b/changelog.md
index 09152ae5f1..d9d12fe3a0 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,15 @@
+
+# [0.3.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.2.0...v0.3.0) (2016-02-25)
+
+
+### Features
+
+* add footer rules ([6acb930](https://github.com/marionebl/conventional-changelog-lint/commit/6acb930))
+* add subject-leading-capital rule ([c6714a4](https://github.com/marionebl/conventional-changelog-lint/commit/c6714a4))
+* **rules:** add rules for tense-checking ([d7b8d4b](https://github.com/marionebl/conventional-changelog-lint/commit/d7b8d4b))
+
+
+
# [0.2.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.10...v0.2.0) (2016-02-25)
diff --git a/package.json b/package.json
index 5da85a8ed5..3ff8abf5dd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-lint",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
"main": "distribution/index.js",
"files": [