From e2cc344f2f1185df3792c28bfea58d4debeac86c Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Thu, 6 Jul 2023 13:54:49 +0200 Subject: [PATCH] release: v0.11.1 (#3133) --- CHANGELOG.md | 6 ++---- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 499755b9a5d6..a029304a4f83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ ### Fixed +## Forest v0.11.1 "Dagny Taggert" + ## Forest v0.11.0 "Hypersonic" ### Breaking @@ -60,10 +62,6 @@ - [#3107](https://github.com/ChainSafe/forest/pull/3107): Introduced 'head' parameter for snapshot validation. -### Changed - -### Removed - ### Fixed - [#3005](https://github.com/ChainSafe/forest/issues/3005): Fix incorrect diff --git a/Cargo.lock b/Cargo.lock index 80f03507c6bf..f80c1fe608f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2498,7 +2498,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forest-filecoin" -version = "0.11.0" +version = "0.11.1" dependencies = [ "ahash 0.8.3", "anes", diff --git a/Cargo.toml b/Cargo.toml index d55161a002e6..e01cf6addc5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.11.0" +version = "0.11.1" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021"