Skip to content

Commit

Permalink
chore: release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Oct 31, 2023
1 parent 033c782 commit 9daf576
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [0.1.9] - 2023-10-31

### Features

- PeerData, localPeerData GraphQL APIs

### Miscellaneous Tasks

- Update changelog
- Update test packages waku dep
- Release 0.1.9

## [0.1.8] - 2023-10-11

### Bug Fixes
Expand Down
7 changes: 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ panic = 'unwind'
opt-level = 3

[workspace.dependencies]
graphcast-sdk = { git = "https://github.com/graphops/graphcast-sdk" }
graphcast-sdk = "0.5.1"
2 changes: 1 addition & 1 deletion subgraph-radio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subgraph-radio"
version = "0.1.8"
version = "0.1.9"
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 9daf576

Please sign in to comment.