diff --git a/CHANGELOG.md b/CHANGELOG.md
index 647aa7e..37296f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+
+# [0.14.0](https://github.com/ipld/js-ipld-dag-pb/compare/v0.13.1...v0.14.0) (2018-04-09)
+
+
+### Bug Fixes
+
+* replace constructor.name with instanceof ([881d572](https://github.com/ipld/js-ipld-dag-pb/commit/881d572))
+
+
+### Features
+
+* use class-is module for type checks ([621c12c](https://github.com/ipld/js-ipld-dag-pb/commit/621c12c))
+
+
+
## [0.13.1](https://github.com/ipld/js-ipld-dag-pb/compare/v0.13.0...v0.13.1) (2018-02-26)
diff --git a/package.json b/package.json
index 65abbcd..e9c1254 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ipld-dag-pb",
- "version": "0.13.1",
+ "version": "0.14.0",
"description": "JavaScript Implementation of the MerkleDAG Node in Protobuf.",
"main": "src/index.js",
"scripts": {