diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a4215..80f1862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [0.1.5](https://github.com/ipld/js-ipld-bitcoin/compare/v0.1.4...v0.1.5) (2018-02-14) + + +### Bug Fixes + +* path never start with a slash ([d790c9b](https://github.com/ipld/js-ipld-bitcoin/commit/d790c9b)) +* **tests:** Aegir changed fixture API ([c7e6c79](https://github.com/ipld/js-ipld-bitcoin/commit/c7e6c79)) + + + ## [0.1.4](https://github.com/ipld/js-ipld-bitcoin/compare/v0.1.3...v0.1.4) (2018-02-01) diff --git a/package.json b/package.json index 552632a..27d30ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipld-bitcoin", - "version": "0.1.4", + "version": "0.1.5", "description": "JavaScript implementation of Bitcoin IPLD formats", "main": "src/index.js", "scripts": {