diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c76baf..41c1c83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [6.0.2](https://github.com/whyrusleeping/js-mafmt/compare/v6.0.1...v6.0.2) (2018-09-12)
+
+
+### Features
+
+* add tcp over dns ([#31](https://github.com/whyrusleeping/js-mafmt/issues/31)) ([acc9295](https://github.com/whyrusleeping/js-mafmt/commit/acc9295))
+
+
+
## [6.0.1](https://github.com/whyrusleeping/js-mafmt/compare/v6.0.0...v6.0.1) (2018-08-28)
diff --git a/package.json b/package.json
index 3145542..0310c93 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mafmt",
- "version": "6.0.1",
+ "version": "6.0.2",
"description": "A multiaddr validator",
"leadMaintainer": "Vasco Santos ",
"main": "src/index.js",