diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cea52..18a882a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## v0.10.6 - 2024-03-30 + +### Bug fix + +* fixed an code panic issue where malformed RIB dump entry with non-existing peer ID causes a panic + * also removed a number of unwraps in the code to handle errors more gracefully + * see issue [#157](https://github.com/bgpkit/bgpkit-parser/issues/158) for details + ## v0.10.5 - 2024-03-26 ### Highlights diff --git a/Cargo.toml b/Cargo.toml index fc77c6b..a634f0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bgpkit-parser" -version = "0.10.5" +version = "0.10.6" authors = ["Mingwei Zhang "] edition = "2021" license = "MIT"