diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02718a63..666817ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [0.12.4](https://github.com/libp2p/js-libp2p/compare/v0.12.3...v0.12.4) (2017-09-07)
+
+
+
## [0.12.3](https://github.com/libp2p/js-libp2p/compare/v0.12.2...v0.12.3) (2017-09-07)
diff --git a/package.json b/package.json
index 37ce79e8..0fafe13e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libp2p",
- "version": "0.12.3",
+ "version": "0.12.4",
"description": "JavaScript base class for libp2p bundles",
"main": "src/index.js",
"scripts": {