We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d7913 commit 9312853Copy full SHA for 9312853
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+<a name="0.8.0"></a>
2
+# [0.8.0](https://github.com/ipfs/js-ipfs-bitswap/compare/v0.7.1...v0.8.0) (2016-11-11)
3
+
4
5
+### Features
6
7
+* upgrade to new block api and async crypto ([540af9f](https://github.com/ipfs/js-ipfs-bitswap/commit/540af9f))
8
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "ipfs-bitswap",
- "version": "0.7.1",
+ "version": "0.8.0",
"description": "Node.js implementation of the Bitswap data exchange protocol used by IPFS",
"main": "src/index.js",
"browser": {
0 commit comments