diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76c3062..e7dd740 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [0.10.7](https://github.com/libp2p/js-peer-id/compare/v0.10.6...v0.10.7) (2018-04-05)
+
+
+
## [0.10.6](https://github.com/libp2p/js-peer-id/compare/v0.10.5...v0.10.6) (2018-02-12)
diff --git a/package.json b/package.json
index 13afd99..e07cb30 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "peer-id",
- "version": "0.10.6",
+ "version": "0.10.7",
"description": "IPFS Peer Id implementation in Node.js",
"main": "src/index.js",
"bin": "src/bin.js",