From 18676f1d3b25a122c8d6cc15f8db5413a422a905 Mon Sep 17 00:00:00 2001 From: Cayman Date: Thu, 4 Nov 2021 14:14:02 -0500 Subject: [PATCH] v0.6.5 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0e57844..e0cbcc1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 96658601..d75caf64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainsafe/discv5", - "version": "0.6.4", + "version": "0.6.5", "description": "Discovery V5", "main": "lib/index.js", "files": [