diff --git a/CHANGELOG.md b/CHANGELOG.md
index 71e7180..de8c557 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [0.10.4](https://github.com/libp2p/js-peer-id/compare/v0.10.3...v0.10.4) (2017-12-20)
+
+
+### Bug Fixes
+
+* update dependencies ([#73](https://github.com/libp2p/js-peer-id/issues/73)) ([8b9a134](https://github.com/libp2p/js-peer-id/commit/8b9a134))
+
+
+
## [0.10.3](https://github.com/libp2p/js-peer-id/compare/v0.10.2...v0.10.3) (2017-12-01)
diff --git a/package.json b/package.json
index 784bb5a..8ab191d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "peer-id",
- "version": "0.10.3",
+ "version": "0.10.4",
"description": "IPFS Peer Id implementation in Node.js",
"main": "src/index.js",
"bin": "src/bin.js",