diff --git a/Cargo.toml b/Cargo.toml index 896f2ca..b5ab037 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpki" -version = "0.17.1-dev" +version = "0.17.1" edition = "2021" rust-version = "1.63" authors = ["The NLnet Labs RPKI Team "] diff --git a/Changelog.md b/Changelog.md index 941e591..1ede888 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,8 @@ # Changelog +## 0.17.1 -## Unreleased next version - -Breaking changes +Released 2023-07-06. New @@ -14,8 +13,6 @@ Bug fixes * Correctly rejects ASPA objects that have a version of 0. ([#270]) -Other changes - [#269]: https://github.com/NLnetLabs/rpki-rs/pull/269 [#270]: https://github.com/NLnetLabs/rpki-rs/pull/270