Skip to content

Commit

Permalink
chore: release 0.1.6 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
petkodes committed Sep 8, 2023
1 parent 333f22b commit 62d6994
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
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

0 comments on commit 62d6994

Please sign in to comment.