diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e7055a..ad40318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. * Full API docs is available at `https://api.bgpkit.com/docs` * add `get_peers` to `BgpkitBroker` struct * fetches the list of peers for a given collector - * can specify filters the same way as querying MRT files + * allow specifying filters the same way as querying MRT files * available filter functions include: * `.peers_asn(ASN)` * `.peers_ip(IP)` diff --git a/Cargo.toml b/Cargo.toml index 47089a3..1d76c22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bgpkit-broker" -version = "0.7.5" +version = "0.7.6" edition = "2021" authors = ["Mingwei Zhang "] readme = "README.md"