diff --git a/CHANGELOG.md b/CHANGELOG.md index f231285824f..ce469870e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,21 @@ ### Breaking +### Added + +### Changed + +### Removed + +### Fixed + +## Forest 0.20.0 "Brexit" + +Non-mandatory release including a number of new RPC methods, fixes, and other +improvements. Be sure to check the breaking changes before upgrading. + +### Breaking + - [#4620](https://github.com/ChainSafe/forest/pull/4620) Removed the `--consume-snapshot` parameter from the `forest` binary. To consume a snapshot, use `--import-snapshot --import-mode=move`. diff --git a/Cargo.lock b/Cargo.lock index 4b375a62d93..594671436bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3142,7 +3142,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forest-filecoin" -version = "0.19.2" +version = "0.20.0" dependencies = [ "ahash", "anes 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 0a4be4b4e25..043a70685ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.19.2" +version = "0.20.0" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021"