Skip to content

Commit

Permalink
docs(CHANGELOG): update for v0.11.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Dec 22, 2021
1 parent f49a26c commit e31bcd3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# go-graphsync changelog

# go-graphsync v0.11.5

Additional tracing, context hooks, improvements to IPLD traversal

### Changelog

- github.com/ipfs/go-graphsync:
- feat(requestmanager): add tracing for response messages & block processing (#322) ([ipfs/go-graphsync#322](https://github.com/ipfs/go-graphsync/pull/322))
- ipldutil: simplify state synchronization, add docs (#300) ([ipfs/go-graphsync#300](https://github.com/ipfs/go-graphsync/pull/300))

### Contributors

| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Rod Vagg | 1 | +307/-122 | 12 |
| Daniel Martí | 1 | +140/-97 | 2 |

# go-graphsync v0.11.4

This update contains an important fix in graphsync's error handling behavior
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.11.4"
"version": "v0.11.5"
}

0 comments on commit e31bcd3

Please sign in to comment.