From 5370bc3b002ed864448feb908976021ec116ccd1 Mon Sep 17 00:00:00 2001 From: axiomatic-aardvark Date: Tue, 4 Jun 2024 22:30:52 +0300 Subject: [PATCH] chore: 1.0.6 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 4 ++-- subgraph-radio/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5696ab2..6a09b84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.0.6] - 2024-06-04 + +### Miscellaneous Tasks + +- Update Graphcast SDK dependency + ## [1.0.5] - 2024-05-27 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index d110989..abc0b22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "graphcast-sdk" version = "0.7.2" -source = "git+https://github.com/graphops/graphcast-sdk#f1caa674ec7ebf82e9882b5093599cf73bb93940" +source = "git+https://github.com/graphops/graphcast-sdk#848933f401a2cc96b11ebd0859420c5cf060c2b4" dependencies = [ "anyhow", "async-graphql", @@ -5676,7 +5676,7 @@ dependencies = [ [[package]] name = "subgraph-radio" -version = "1.0.5" +version = "1.0.6" dependencies = [ "anyhow", "async-graphql", diff --git a/subgraph-radio/Cargo.toml b/subgraph-radio/Cargo.toml index 648852b..78fd5ad 100644 --- a/subgraph-radio/Cargo.toml +++ b/subgraph-radio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subgraph-radio" -version = "1.0.5" +version = "1.0.6" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "Subgraph Radio monitors subgraph PublicPoI and UpgradeIntent messages in real time using Graphcast SDK"