diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..e7e1918
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,45 @@
+
+## [1.4.4](https://github.com/ipld/js-ipld-ethereum/compare/v1.4.2...v1.4.4) (2017-11-07)
+
+
+
+
+## [1.4.2](https://github.com/ipld/js-ipld-ethereum/compare/v1.4.1...v1.4.2) (2017-08-25)
+
+
+### Features
+
+* update module: name, ci, packages ([bbaf528](https://github.com/ipld/js-ipld-ethereum/commit/bbaf528))
+
+
+
+
+## [1.4.1](https://github.com/ipld/js-ipld-ethereum/compare/v1.4.0...v1.4.1) (2017-07-11)
+
+
+
+
+# [1.4.0](https://github.com/ipld/js-ipld-ethereum/compare/v1.3.0...v1.4.0) (2017-07-11)
+
+
+
+
+# [1.3.0](https://github.com/ipld/js-ipld-ethereum/compare/v1.2.1...v1.3.0) (2017-07-11)
+
+
+
+
+## [1.2.1](https://github.com/ipld/js-ipld-ethereum/compare/v1.2.0...v1.2.1) (2017-07-10)
+
+
+
+
+# [1.2.0](https://github.com/ipld/js-ipld-ethereum/compare/v1.1.0...v1.2.0) (2017-07-10)
+
+
+
+
+# 1.1.0 (2017-07-10)
+
+
+
diff --git a/package.json b/package.json
index 7673657..64a801a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ipld-ethereum",
- "version": "1.4.3",
+ "version": "1.4.4",
"description": "JavaScript Implementation of All Ethereum IPLD formats",
"main": "src/index.js",
"scripts": {