diff --git a/CHANGELOG.md b/CHANGELOG.md index 6638568..c20c282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## v0.7.2 - 2024-10-11 + +### Highlights + +* allow exporting all bogon prefixes and asns +* update cloudflare RPKI data parsing, also added ASPA data + * added examples/list_aspas.rs to demonstrate how to list all ASPAs + ## v0.7.1 - 2024-10-03 ### Highlights diff --git a/Cargo.toml b/Cargo.toml index fce75fb..b215bc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bgpkit-commons" -version = "0.7.1" +version = "0.7.2" edition = "2021" authors = ["Mingwei Zhang "] readme = "README.md"