diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01dce48..3c76baf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [6.0.1](https://github.com/whyrusleeping/js-mafmt/compare/v6.0.0...v6.0.1) (2018-08-28)
+
+
+### Features
+
+* adds HTTPS validation and HTTP(s) tests ([87c4202](https://github.com/whyrusleeping/js-mafmt/commit/87c4202))
+
+
+
# [6.0.0](https://github.com/whyrusleeping/js-mafmt/compare/v4.0.0...v6.0.0) (2018-04-05)
diff --git a/package.json b/package.json
index 19f5192..2b805db 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mafmt",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "A multiaddr validator",
"leadMaintainer": "Vasco Santos ",
"main": "src/index.js",