diff --git a/CHANGELOG.md b/CHANGELOG.md
index a20261295..0e8ee5c31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+
+## [0.65.1](https://github.com/ipfs/interface-ipfs-core/compare/v0.65.0...v0.65.1) (2018-05-11)
+
+
+
+
+# [0.65.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.64.3...v0.65.0) (2018-05-11)
+
+
+### Bug Fixes
+
+* many fixes for pubsub tests with new async unsubscribe ([2019c45](https://github.com/ipfs/interface-ipfs-core/commit/2019c45))
+* pubsub subscribe call with options ([c43f8bc](https://github.com/ipfs/interface-ipfs-core/commit/c43f8bc))
+* remove .only ([251cffd](https://github.com/ipfs/interface-ipfs-core/commit/251cffd))
+* remove duplicate async.each ([f798597](https://github.com/ipfs/interface-ipfs-core/commit/f798597))
+
+
+
## [0.64.3](https://github.com/ipfs/interface-ipfs-core/compare/v0.64.2...v0.64.3) (2018-05-06)
diff --git a/package.json b/package.json
index ab342c03a..375594976 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
- "version": "0.64.3",
+ "version": "0.65.1",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"leadMaintainer": "Alan Shaw ",
"main": "js/src/index.js",