Skip to content

Commit

Permalink
chore: release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger committed Jul 21, 2023
1 parent 79e0ed5 commit 8f387bc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Add metrics label for msg types
- Remove id verification for self in api service

### Miscellaneous Tasks

- Update grafana dashboard json
- Release 0.1.2

### Refactor

- Id_validation and coverage defaults, remove indexer_count_by_ppoi

## [0.4.0] - 2023-07-14

### Bug Fixes

- Server context types
- Remove double Arc Mutex from state types
- Consistent nonce during build
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subgraph-radio"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description = "Subgraph Radio monitors subgraph Public PoI and version upgrades messages in real time using Graphcast SDK"
Expand Down

0 comments on commit 8f387bc

Please sign in to comment.