diff --git a/CHANGELOG.md b/CHANGELOG.md index 226a7da..5696ab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.0.5] - 2024-05-27 + +### Bug Fixes + +- Remove dependency on native-tls entirely +- Update README + ## [1.0.4] - 2024-04-30 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 211d595..922cf52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5676,7 +5676,7 @@ dependencies = [ [[package]] name = "subgraph-radio" -version = "1.0.4" +version = "1.0.5" dependencies = [ "anyhow", "async-graphql", diff --git a/subgraph-radio/Cargo.toml b/subgraph-radio/Cargo.toml index 8b7f013..648852b 100644 --- a/subgraph-radio/Cargo.toml +++ b/subgraph-radio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subgraph-radio" -version = "1.0.4" +version = "1.0.5" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "Subgraph Radio monitors subgraph PublicPoI and UpgradeIntent messages in real time using Graphcast SDK"