Skip to content

Commit

Permalink
release: 0.16.8 "English Channel" (#4009)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed Feb 29, 2024
1 parent 323e720 commit d408f57
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@

### Fixed

## Forest 0.16.8 "English Channel"

### Added

- [#3978](https://github.com/ChainSafe/forest/pull/3978) Add support for the
`Filecoin.ChainNotify` RPC method.

## Forest 0.16.7 "Etaoin shrdlu"

Mandatory release that includes a fix for a bug in the `libp2p` usage. This is
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forest-filecoin"
version = "0.16.7"
version = "0.16.8"
authors = ["ChainSafe Systems <[email protected]>"]
repository = "https://github.com/ChainSafe/forest"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions src/db/migration/migration_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ create_migrations!(
"0.16.4" -> "0.16.5" @ MigrationVoid,
"0.16.5" -> "0.16.6" @ MigrationVoid,
"0.16.6" -> "0.16.7" @ MigrationVoid,
"0.16.7" -> "0.16.8" @ MigrationVoid,
);

pub struct Migration {
Expand Down

0 comments on commit d408f57

Please sign in to comment.