diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ae1fcd9..0f3dd3b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [0.60.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.59.0...v0.60.0) (2018-04-05)
+
+
+### Features
+
+* Provide access to bundled libraries when in browser ([db83b50](https://github.com/ipfs/interface-ipfs-core/commit/db83b50))
+
+
+
# [0.59.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.58.0...v0.59.0) (2018-04-03)
diff --git a/package.json b/package.json
index 2ee52825..059e6c0e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
- "version": "0.59.0",
+ "version": "0.60.0",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"main": "js/src/index.js",
"scripts": {