From b63f2c821816fcb9966c6b54469391cff7110456 Mon Sep 17 00:00:00 2001 From: axiomatic-aardvark Date: Fri, 1 Sep 2023 17:57:11 +0300 Subject: [PATCH] chore: release 0.1.5 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- subgraph-radio/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6160d9..da54e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. ### Bug Fixes +- Add local attestation without matching with remote + +## [0.1.4] - 2023-08-29 + +### Bug Fixes + - Use auto_upgrade for offchain sync coverage ### Features @@ -235,4 +241,4 @@ All notable changes to this project will be documented in this file. - Move config parsing to Radio - Gossip poi refactoring and add benches - \ No newline at end of file + diff --git a/Cargo.lock b/Cargo.lock index 1132f3c..8454578 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5045,7 +5045,7 @@ dependencies = [ [[package]] name = "subgraph-radio" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "async-graphql", diff --git a/subgraph-radio/Cargo.toml b/subgraph-radio/Cargo.toml index 1ee6bce..206bff5 100644 --- a/subgraph-radio/Cargo.toml +++ b/subgraph-radio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subgraph-radio" -version = "0.1.4" +version = "0.1.5" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "Subgraph Radio monitors subgraph PublicPoI and UpgradeIntent messages in real time using Graphcast SDK"