diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9ba8bb3a96..71e943034187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,23 @@ ### Breaking +### Added + +### Changed + +### Removed + +### Fixed + +## Forest 0.21.0 "Songthaew" + +This is a mandatory release for calibration network node operators. It includes +state migration for the NV24 _TukTuk_ upgrade at epoch `2078794` +2024-10-23T13:30:00Z. It also includes a number of new RPC methods, fixes and F3 +support. + +### Breaking + - [#4782](https://github.com/ChainSafe/forest/pull/4782) Devnets are no longer configurable with legacy drand network. @@ -52,8 +69,6 @@ - [#4786](https://github.com/ChainSafe/forest/issues/4786) ubuntu image is upgraded from 22.04 to 24.04 in Dockerfile -### Removed - ### Fixed - [#4809](https://github.com/ChainSafe/forest/issues/4777) the Mac OS X build on diff --git a/Cargo.lock b/Cargo.lock index 43c0d6484da0..c014e7f0e20b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3142,7 +3142,7 @@ checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" [[package]] name = "forest-filecoin" -version = "0.20.0" +version = "0.21.0" dependencies = [ "ahash", "anes 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 2f11a76309a4..164b82ae43b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.20.0" +version = "0.21.0" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021"