Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.1.6 #68

Merged
merged 1 commit into from Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -12,4 +12,4 @@ panic = 'unwind'
opt-level = 3

[workspace.dependencies]
graphcast-sdk = "0.4.2"
graphcast-sdk = "0.4.3"
2 changes: 1 addition & 1 deletion 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"
Expand Down