diff --git a/CHANGELOG.md b/CHANGELOG.md index ba98d2a..900ac53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.6.0] - 2024-02-05 + +### Features + +- Allow content topic matching when topic list is empty + +### Miscellaneous Tasks + +- Release 0.6.1 + ## [0.6.0] - 2024-01-04 ### Features diff --git a/Cargo.lock b/Cargo.lock index 71c38c6..d137a1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2106,7 +2106,7 @@ dependencies = [ [[package]] name = "graphcast-sdk" -version = "0.6.0" +version = "0.6.1" dependencies = [ "anyhow", "async-graphql", diff --git a/Cargo.toml b/Cargo.toml index 26060d3..ae7ea6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphcast-sdk" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["GraphOps (axiomatic-aardvark, hopeyen)"] description = "SDK to build Graphcast Radios"