diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4eb69..6638568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## v0.7.1 - 2024-10-03 + +### Highlights + +* add new asinfo_all() function to return information for all ASNs in a single call + +### Other changes + +* improve documentation +* improve ci testing workflow +* add integration tests +* update dependencies + ## v0.7.0 -2024-07-11 * consolidate all functionalities into a single `BgpkitCommons` instance diff --git a/Cargo.toml b/Cargo.toml index 9bfc9f4..fce75fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bgpkit-commons" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["Mingwei Zhang "] readme = "README.md"