From f397e79fc7b9276489b32c7742b677961ec1f436 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 7 Nov 2024 02:09:54 +0100 Subject: [PATCH] chore: v0.24.3 --- CHANGELOG.md | 12 ++++++++++-- version.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278fa2932..176a0fb7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,18 @@ The following emojis are used to highlight certain changes: ### Fixed -- `bitswap/client` no longer logs `"Received provider X for cid Y not requested` to ERROR level, moved to DEBUG [#771](https://github.com/ipfs/boxo/pull/711) - ### Security +## [v0.24.3] + +### Changed + +- `go.mod` updates + +### Fixed + +- `bitswap/client` no longer logs `"Received provider X for cid Y not requested` to ERROR level, moved to DEBUG [#771](https://github.com/ipfs/boxo/pull/711) + ## [v0.24.2] ### Changed diff --git a/version.json b/version.json index 48cf18fa8..336b08fb6 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.24.2" + "version": "v0.24.3" }