diff --git a/Cargo.toml b/Cargo.toml index 57d6e11..2a27c38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpki" -version = "0.17.2-dev" +version = "0.17.2" edition = "2021" rust-version = "1.63" authors = ["The NLnet Labs RPKI Team "] diff --git a/Changelog.md b/Changelog.md index da88819..05b35dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,18 +1,14 @@ # Changelog -## Unreleased future version +## 0.17.2 -Breaking changes - -New +Released 2023-09-21 Bug fixes * Upgraded the dependency on _[bcder]_ to at least 0.7.3 to avoid a number of decoding issues described in CVE-2023-39914. ([#272]) -Other changes - [#272]: https://github.com/NLnetLabs/rpki-rs/pull/272 [bcder]: (https://github.com/nlnetlabs/bcder)