diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fdd08e..e681928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 83c8324..bf1fa27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4944,7 +4944,7 @@ dependencies = [ [[package]] name = "subgraph-radio" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-graphql", diff --git a/subgraph-radio/Cargo.toml b/subgraph-radio/Cargo.toml index 46c6639..8a87026 100644 --- a/subgraph-radio/Cargo.toml +++ b/subgraph-radio/Cargo.toml @@ -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"