From b789e9104af1a1e21b60a8583d90200f0090b26b Mon Sep 17 00:00:00 2001 From: axiomatic-aardvark Date: Mon, 4 Mar 2024 17:25:13 +0200 Subject: [PATCH] chore: 0.7.0 --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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"