diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7dd740..17576a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [0.11.0](https://github.com/libp2p/js-peer-id/compare/v0.10.7...v0.11.0) (2018-07-02)
+
+
+### Features
+
+* change toPrint output to match go implementation ([e8ab1b9](https://github.com/libp2p/js-peer-id/commit/e8ab1b9))
+
+
+
## [0.10.7](https://github.com/libp2p/js-peer-id/compare/v0.10.6...v0.10.7) (2018-04-05)
diff --git a/package.json b/package.json
index 29cd978..a2c72d0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "peer-id",
- "version": "0.10.7",
+ "version": "0.11.0",
"description": "IPFS Peer Id implementation in Node.js",
"leadMaintainer": "Pedro Teixeira ",
"main": "src/index.js",