Skip to content

Commit

Permalink
Merge pull request #148 from ChainSafe/cayman/bump-version
Browse files Browse the repository at this point in the history
v0.6.5
  • Loading branch information
wemeetagain authored Nov 5, 2021
2 parents 89b5aab + 18676f1 commit 00155ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.6.5 - (2021-11-04)

### Features

- Convert `broadcastTalkReq` to return promise [#136](https://github.com/ChainSafe/discv5/pull/136)
- Query multiple distance at once in lookups [#143](https://github.com/ChainSafe/discv5/pull/143)
- AddrVotes: Fix timeout map [#144](https://github.com/ChainSafe/discv5/pull/144)
- Cache enr node id [#147](https://github.com/ChainSafe/discv5/pull/147)
- Add lookup count metric [#138](https://github.com/ChainSafe/discv5/pull/138)
- Add findRandomNode method [#137](https://github.com/ChainSafe/discv5/pull/137)

# 0.6.4 - (2021-09-02)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/discv5",
"version": "0.6.4",
"version": "0.6.5",
"description": "Discovery V5",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 00155ee

Please sign in to comment.