diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31e79d6..8fb9494 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+## [0.6.5](https://github.com/ipfs/js-libp2p-secio/compare/v0.6.4...v0.6.5) (2017-01-22)
+
+
+### Bug Fixes
+
+* update to the new crypto.randomBytes method ([73d0b41](https://github.com/ipfs/js-libp2p-secio/commit/73d0b41))
+
+
+
## [0.6.4](https://github.com/ipfs/js-libp2p-secio/compare/v0.6.3...v0.6.4) (2016-12-13)
diff --git a/package.json b/package.json
index 722cec3..38430f1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "libp2p-secio",
- "version": "0.6.4",
+ "version": "0.6.5",
"description": "Secio implementation in JavaScript",
"main": "src/index.js",
"scripts": {