From 7081a399d2dac71ddf6d1f75588d8af52e80dfb8 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Thu, 6 Jul 2023 11:01:29 +0200 Subject: [PATCH] Release 0.17.1. (#271) New * Added a new method `write_encoded_slice` to `util::base64::Slurm`. ([#269]) Bug fixes * Correctly rejects ASPA objects that have a version of 0. ([#270]) --- Cargo.toml | 2 +- Changelog.md | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) 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