diff --git a/CHANGELOG.md b/CHANGELOG.md index d159e71..e7543f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.1.6](https://github.com/ipld/js-ipld-zcash/compare/v0.1.5...v0.1.6) (2018-09-12) + + +### Bug Fixes + +* add missing async dependency ([57e85c7](https://github.com/ipld/js-ipld-zcash/commit/57e85c7)) + + + ## [0.1.5](https://github.com/ipld/js-ipld-zcash/compare/v0.1.4...v0.1.5) (2018-07-19) diff --git a/package.json b/package.json index a7c56fe..e04c048 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipld-zcash", - "version": "0.1.5", + "version": "0.1.6", "description": "JavaScript implementation of Zcash IPLD formats", "leadMaintainer": "Volker Mische ", "main": "src/index.js",