diff --git a/CHANGELOG.md b/CHANGELOG.md index da54e18..ebf47ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ All notable changes to this project will be documented in this file. ### Bug Fixes +- Adding sh for p2pNodePort in Kubernetes (#66) + +### Features + +- Add network field in offchain request + +## [0.1.5] - 2023-09-01 + +### Bug Fixes + - Add local attestation without matching with remote ## [0.1.4] - 2023-08-29 diff --git a/Cargo.lock b/Cargo.lock index 8454578..3138391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2328,9 +2328,9 @@ dependencies = [ [[package]] name = "graphcast-sdk" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afa03c095257be7de635fd67f33be36e0f196c138207f6a0713e4cde65dacf9" +checksum = "435c13885005fdd7bdde019e4565aa54141460008576d76836ed81b68aa37c80" dependencies = [ "anyhow", "async-graphql", @@ -5045,7 +5045,7 @@ dependencies = [ [[package]] name = "subgraph-radio" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index cb449a5..099e503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ panic = 'unwind' opt-level = 3 [workspace.dependencies] -graphcast-sdk = "0.4.2" +graphcast-sdk = "0.4.3" diff --git a/subgraph-radio/Cargo.toml b/subgraph-radio/Cargo.toml index 206bff5..ef082cc 100644 --- a/subgraph-radio/Cargo.toml +++ b/subgraph-radio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subgraph-radio" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "Subgraph Radio monitors subgraph PublicPoI and UpgradeIntent messages in real time using Graphcast SDK"