diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf64073..e633473 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+
+## [0.0.5](https://github.com/ZeroNetJS/zeronet-relay/compare/v0.0.4...v0.0.5) (2018-02-25)
+
+
+### Bug Fixes
+
+* issues with id and addr - chore: upgrade packages ([4d49281](https://github.com/ZeroNetJS/zeronet-relay/commit/4d49281))
+
+
+### Features
+
+* Turn into module and add support for new conn upgrading ([5c72ad0](https://github.com/ZeroNetJS/zeronet-relay/commit/5c72ad0)), closes [#4](https://github.com/ZeroNetJS/zeronet-relay/issues/4)
+* Use mplex ([4930bd1](https://github.com/ZeroNetJS/zeronet-relay/commit/4930bd1))
+
+
+
## [0.0.4](https://github.com/ZeroNetJS/zeronet-relay/compare/v0.0.3...v0.0.4) (2017-12-24)
diff --git a/package.json b/package.json
index 4e4688e..c388e22 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "zeronet-relay",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "ZeroNetJS Browser to ZeroNetPy TCP relaying",
"main": "src/index.js",
"scripts": {