From 407e027cd8c5a5ce582da9450a9017b5c6b6d3e2 Mon Sep 17 00:00:00 2001 From: axiomatic-aardvark Date: Fri, 29 Mar 2024 17:36:51 +0200 Subject: [PATCH] chore: release 1.0.2 --- 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 398d8a5..d10b270 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.2] - 2024-03-29 + +### Bug Fixes + +- Message frequency + ## [1.0.1] - 2024-03-04 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index f49c51b..8057414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5759,7 +5759,7 @@ dependencies = [ [[package]] name = "subgraph-radio" -version = "1.0.1" +version = "1.0.2" dependencies = [ "anyhow", "async-graphql", diff --git a/subgraph-radio/Cargo.toml b/subgraph-radio/Cargo.toml index 105cf4b..b971b93 100644 --- a/subgraph-radio/Cargo.toml +++ b/subgraph-radio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subgraph-radio" -version = "1.0.1" +version = "1.0.2" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "Subgraph Radio monitors subgraph PublicPoI and UpgradeIntent messages in real time using Graphcast SDK"