From 60d00be224d0d3a30e652b4daaea5a662dc2413e Mon Sep 17 00:00:00 2001 From: axiomatic-aardvark Date: Tue, 30 Apr 2024 21:49:33 +0200 Subject: [PATCH] chore: 1.0.4 --- 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 cf2c8a2..226a7da 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.4] - 2024-04-30 + +### Bug Fixes + +- Fixed DB locked error + ## [1.0.3] - 2024-04-23 ### Features diff --git a/Cargo.lock b/Cargo.lock index 17a26ce..4ee3ff4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5759,7 +5759,7 @@ dependencies = [ [[package]] name = "subgraph-radio" -version = "1.0.3" +version = "1.0.4" dependencies = [ "anyhow", "async-graphql", diff --git a/subgraph-radio/Cargo.toml b/subgraph-radio/Cargo.toml index 3e93f8e..a65b9e0 100644 --- a/subgraph-radio/Cargo.toml +++ b/subgraph-radio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subgraph-radio" -version = "1.0.3" +version = "1.0.4" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "Subgraph Radio monitors subgraph PublicPoI and UpgradeIntent messages in real time using Graphcast SDK"