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"