diff --git a/CHANGELOG.md b/CHANGELOG.md index a17d852..7c34da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [unreleased] +### Refactor + +- Update logging level + +## [0.3.0] - 2023-05-20 + ### Features - Ratio queries added, refactor logs @@ -16,6 +22,7 @@ All notable changes to this project will be documented in this file. - Update CI workflow and add docs - Revert CI workflow - Remove e2e test suite from repo +- Release 0.3.0 ### Refactor diff --git a/Cargo.lock b/Cargo.lock index 4174e5d..8067cdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3864,7 +3864,7 @@ dependencies = [ [[package]] name = "poi-radio" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 4309a9e..d93a48e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poi-radio" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "POI Radio monitors subgraph data integrity in real time using Graphcast SDK"