diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbf0fc9d..d08d7e74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+
+# [0.23.0](https://github.com/libp2p/js-libp2p/compare/v0.22.0...v0.23.0) (2018-07-27)
+
+
+### Bug Fixes
+
+* start and stop connection manager with libp2p ([6106915](https://github.com/libp2p/js-libp2p/commit/6106915))
+
+
+### Features
+
+* add check for protector and enforced pnet ([2b7cc55](https://github.com/libp2p/js-libp2p/commit/2b7cc55))
+
+
+
# [0.22.0](https://github.com/libp2p/js-libp2p/compare/v0.21.0...v0.22.0) (2018-06-29)
diff --git a/package.json b/package.json
index 822b6af1..2edfc4c4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libp2p",
- "version": "0.22.0",
+ "version": "0.23.0",
"description": "JavaScript base class for libp2p bundles",
"leadMaintainer": "David Dias ",
"main": "src/index.js",