From 3fdb812385095a1f4cfb35c9790ce4abbc443e24 Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Wed, 11 Dec 2024 12:20:01 +0100 Subject: [PATCH] release 0.23.1 "Lappe" (#5073) --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8adea273e0d..364d2a198e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,10 @@ ### Fixed +## Forest v0.23.1 "Lappe" + +### Fixed + - [#5071](https://github.com/ChainSafe/forest/pull/5071) Fix issue that caused Forest to temporarily drift out of sync. diff --git a/Cargo.lock b/Cargo.lock index 2dc45a24d1a..151cf764e61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2931,7 +2931,7 @@ checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" [[package]] name = "forest-filecoin" -version = "0.23.0" +version = "0.23.1" dependencies = [ "ahash", "anes 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 897a03cb8b6..0b269b86898 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.23.0" +version = "0.23.1" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021"