From 12a478c0ba59d267ef3af85af0df6eaaa57127e8 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Wed, 17 Jan 2024 10:05:13 +0100 Subject: [PATCH] Prepare for release 0.18.1. --- Cargo.toml | 2 +- Changelog.md | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7e4b7c..459e96a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpki" -version = "0.18.1-dev" +version = "0.18.1" edition = "2021" rust-version = "1.63" authors = ["NLnet Labs "] diff --git a/Changelog.md b/Changelog.md index 725f415..2afc06a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,8 @@ # Changelog -## Unreleased next version +## 0.18.1 -Breaking changes - -New +Released 2024-01-17. Bug fixes @@ -17,8 +15,6 @@ Bug fixes out if the server responds with a version greater than the requested one rather just accepting it. ([#282]) -Other changes - [#280]: https://github.com/NLnetLabs/rpki-rs/pull/280 [#281]: https://github.com/NLnetLabs/rpki-rs/pull/281 [#282]: https://github.com/NLnetLabs/rpki-rs/pull/282