diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e9746c..f9fed14 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+# [5.0.0](https://github.com/whyrusleeping/js-mafmt/compare/v4.0.0...v5.0.0) (2018-04-05)
+
+
+
# [4.0.0](https://github.com/whyrusleeping/js-mafmt/compare/v3.1.0...v4.0.0) (2018-02-12)
diff --git a/package.json b/package.json
index 70620bc..e9a161d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mafmt",
- "version": "4.0.0",
+ "version": "5.0.0",
"description": "A multiaddr validator",
"main": "src/index.js",
"scripts": {