diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9c4ad35adc..bca2f1687495 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,12 @@ ### Fixed +## Forest v0.30.4 "DeLorean" + +This is a non-mandatory release that fixes a chain sync issue that is caused by time traveling block(s). + +### Fixed + - [#6241](https://github.com/ChainSafe/forest/pull/6241) Fixed a sync issue that is caused by time traveling block(s). ## Forest v0.30.3 "Trishul" diff --git a/Cargo.lock b/Cargo.lock index 204fb9f0ec04..9f5d1a5633e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3085,7 +3085,7 @@ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" [[package]] name = "forest-filecoin" -version = "0.30.3" +version = "0.30.4" dependencies = [ "ahash", "anes 0.2.1", diff --git a/Cargo.toml b/Cargo.toml index 2655fcc4c332..785154300619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.30.3" +version = "0.30.4" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2024"