From d84349bee194f286198375792eb1fea41f36edc9 Mon Sep 17 00:00:00 2001 From: axiomatic-aardvark Date: Tue, 23 Apr 2024 13:41:21 +0300 Subject: [PATCH] chore: 1.0.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- subgraph-radio/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d10b270..cf2c8a2 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.3] - 2024-04-23 + +### Features + +- Differentiate between offline and allocated subgraphs + ## [1.0.2] - 2024-03-29 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 8057414..17a26ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5759,7 +5759,7 @@ dependencies = [ [[package]] name = "subgraph-radio" -version = "1.0.2" +version = "1.0.3" dependencies = [ "anyhow", "async-graphql", diff --git a/subgraph-radio/Cargo.toml b/subgraph-radio/Cargo.toml index b971b93..3e93f8e 100644 --- a/subgraph-radio/Cargo.toml +++ b/subgraph-radio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subgraph-radio" -version = "1.0.2" +version = "1.0.3" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "Subgraph Radio monitors subgraph PublicPoI and UpgradeIntent messages in real time using Graphcast SDK"