diff --git a/CHANGELOG.md b/CHANGELOG.md index f337975b..ec05e52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,5 @@ - -# [0.16.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.15.0...v0.16.0) (2017-08-25) - - -### Features - -* add support for Peer and Content Routing (DHT) ([3a6b8a1](https://github.com/ipfs/js-ipfs-bitswap/commit/3a6b8a1)) + +## [0.16.1](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.16.0...v0.16.1) (2017-08-26) diff --git a/package.json b/package.json index 1bfb1c5d..c0f4a578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-bitswap", - "version": "0.16.0", + "version": "0.16.1", "description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS", "main": "src/index.js", "browser": {