diff --git a/CHANGELOG.md b/CHANGELOG.md index 4178c37..4735c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this Rust implementation of hypercore-protocol will be do * TODO: Add changes here as they happen +### 0.6.0 + +#### API breaking changes + +Support hypercore v0.14.0 and change tokio as the default async runtime. + ### 0.5.0 #### API breaking changes diff --git a/Cargo.toml b/Cargo.toml index ab7af3d..664adb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hypercore-protocol" -version = "0.5.0" +version = "0.6.0" license = "MIT OR Apache-2.0" description = "Replication protocol for Hypercore feeds" authors = [