diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f878f..0c6e4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.2.0](https://github.com/AkashaProject/ipfs-connector/compare/v1.1.3...v1.2.0) (2016-09-20) + + +### Features + +* **ipfsObject:** increase object limit ([d2a6a82](https://github.com/AkashaProject/ipfs-connector/commit/d2a6a82)) + + + ## [1.1.3](https://github.com/AkashaProject/ipfs-connector/compare/v1.1.2...v1.1.3) (2016-09-20) diff --git a/package.json b/package.json index 5d50bd3..befba31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@akashaproject/ipfs-connector", - "version": "1.1.3", + "version": "1.2.0", "description": "Ipfs download/process manager", "main": "index.js", "scripts": {