From 48395ceaa3b64eb81bb0b6e539f3522ffcb19487 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 22 Aug 2024 00:15:20 +0200 Subject: [PATCH] chore: release v0.4.2 --- CHANGELOG.md | 6 ++++++ version.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1248bf0..7de0e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,12 @@ The following emojis are used to highlight certain changes: ### Security +## [v0.4.2] + +### Fixed + +- [go-libp2p-kad-dht v0.26.1](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.26.1) fixes a bug where `FindPeer` did not return results for peers behind NAT which only have p2p-circuit multiaddrs. [#80](https://github.com/ipfs/someguy/pull/80) + ## [v0.4.1] ### Added diff --git a/version.json b/version.json index 26a7d47..612f50c 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.4.1" + "version": "v0.4.2" }