diff --git a/CHANGELOG.md b/CHANGELOG.md index 054715f..e22a91c 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.10 - 2024-08-05 + +### Highlights + +* update `oneio` to v0.17.0 + * now users can set env var `ONEIO_ACCEPT_INVALID_CERTS=true` to disable certificate validation, useful in some + environment where users do not manage certificates + ## v0.10.9 - 2024-04-12 ### BMP messages SDK improvements diff --git a/Cargo.toml b/Cargo.toml index 3d1fc2d..55dc333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bgpkit-parser" -version = "0.10.9" +version = "0.10.10" authors = ["Mingwei Zhang "] edition = "2021" license = "MIT"