diff --git a/CHANGELOG.md b/CHANGELOG.md
index a495ae2b..402279de 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# [0.49.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.48.0...v0.49.0) (2018-02-12)
+
+
+### Bug Fixes
+
+* use latest fixture loading ([#218](https://github.com/ipfs/interface-ipfs-core/issues/218)) ([e054097](https://github.com/ipfs/interface-ipfs-core/commit/e054097))
+
+
+
# [0.48.0](https://github.com/ipfs/interface-ipfs-core/compare/v0.47.0...v0.48.0) (2018-02-07)
diff --git a/package.json b/package.json
index 8e21a242..55772d81 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "interface-ipfs-core",
- "version": "0.48.0",
+ "version": "0.49.0",
"description": "A test suite and interface you can use to implement a IPFS core interface.",
"main": "js/src/index.js",
"scripts": {