diff --git a/CHANGELOG.md b/CHANGELOG.md index 900ac53..aab0b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. -## [0.6.0] - 2024-02-05 +## [0.7.0] - 2024-03-04 + +### Miscellaneous Tasks + +- Update waku bindings version +- 0.7.0 + +## [0.6.1] - 2024-02-05 ### Features diff --git a/Cargo.lock b/Cargo.lock index 4e0552d..80c848f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "graphcast-sdk" -version = "0.6.1" +version = "0.7.0" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 1c3bcf8..443a828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphcast-sdk" -version = "0.6.1" +version = "0.7.0" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "SDK to build Graphcast Radios"