diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..85ce9ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +# 1.0.0 (2016-07-14) + + +### Features + +* **events:** add common events for ipfs daemon process ([a2f508d](https://github.com/AkashaProject/ipfs-connector/commit/a2f508d)) +* **ipfs api:** extend connector with add and cat data ([16da1ab](https://github.com/AkashaProject/ipfs-connector/commit/16da1ab)) +* **resolver:** added working ipfs object path resolver and tests ([ca6f43a](https://github.com/AkashaProject/ipfs-connector/commit/ca6f43a)) diff --git a/package.json b/package.json index 662a739..d8f9c80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@akashaproject/ipfs-connector", - "version": "0.4.1", + "version": "1.0.0", "description": "Ipfs download/process manager", "main": "index.js", "scripts": {