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

chore: release 0.1.5 #57

Merged
merged 1 commit into from Sep 1, 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
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Add local attestation without matching with remote

## [0.1.4] - 2023-08-29

### Bug Fixes

- Use auto_upgrade for offchain sync coverage

### Features
Expand Down Expand Up @@ -235,4 +241,4 @@ All notable changes to this project will be documented in this file.
- Move config parsing to Radio
- Gossip poi refactoring and add benches

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion 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 subgraph-radio/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "subgraph-radio"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "Subgraph Radio monitors subgraph PublicPoI and UpgradeIntent messages in real time using Graphcast SDK"
Expand Down