diff --git a/CHANGELOG.md b/CHANGELOG.md
index 666817ae..fc6c9987 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [0.13.0](https://github.com/libp2p/js-libp2p/compare/v0.12.4...v0.13.0) (2017-10-26)
+
+
+### Features
+
+* enable and test Circuit Relay ([29cc0af](https://github.com/libp2p/js-libp2p/commit/29cc0af))
+
+
+
## [0.12.4](https://github.com/libp2p/js-libp2p/compare/v0.12.3...v0.12.4) (2017-09-07)
diff --git a/package.json b/package.json
index e143336e..61ebf090 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libp2p",
- "version": "0.12.4",
+ "version": "0.13.0",
"description": "JavaScript base class for libp2p bundles",
"main": "src/index.js",
"scripts": {