diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2636cb4..159bbf7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+
+## [0.9.3](https://github.com/libp2p/js-libp2p-bootstrap/compare/v0.9.2...v0.9.3) (2018-07-02)
+
+
+
## [0.9.2](https://github.com/libp2p/js-libp2p-railing/compare/v0.9.1...v0.9.2) (2018-06-29)
diff --git a/package.json b/package.json
index 1ed4a39..0f8d890 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libp2p-bootstrap",
- "version": "0.9.2",
+ "version": "0.9.3",
"description": "Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list",
"leadMaintainer": "Vasco Santos ",
"main": "src/index.js",