diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4176a2f..36cf10e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 0.6.0 (2018-12-05)
+
+* add changelog ([2b268a1](https://github.com/kremalicious/gatsby-plugin-matomo/commit/2b268a1))
+* allow exclusion of paths ([9464d47](https://github.com/kremalicious/gatsby-plugin-matomo/commit/9464d47))
+* docs update ([12cdf0e](https://github.com/kremalicious/gatsby-plugin-matomo/commit/12cdf0e))
+* make release-it work with conventional-changelog ([2dcd5a7](https://github.com/kremalicious/gatsby-plugin-matomo/commit/2dcd5a7))
+* package updates ([0a5cc27](https://github.com/kremalicious/gatsby-plugin-matomo/commit/0a5cc27))
+
+
+
## 0.5.1 (2018-11-21)
* bump packages ([cb26a40](https://github.com/kremalicious/gatsby-plugin-matomo/commit/cb26a40))
diff --git a/package.json b/package.json
index 6b18b1c..3243094 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-matomo",
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
- "version": "0.5.1",
+ "version": "0.6.0",
"author": "Matthias Kretschmann ",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",