From 0610e71b2d9aa29936bfe5b28ad1ab1f8b4114c8 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Fri, 21 Jun 2024 11:59:43 +0200 Subject: [PATCH] Prepare for release 0.18.4. (#296) Bug fixes * Correctly encode a CRL with empty revokedCertificates. ([#295]) --- Cargo.toml | 2 +- Changelog.md | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 473af8c..1ba5bb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpki" -version = "0.18.3" +version = "0.18.4" edition = "2021" rust-version = "1.64" authors = ["NLnet Labs "] diff --git a/Changelog.md b/Changelog.md index 93012ff..907da12 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,18 +1,13 @@ # Changelog +## 0.18.4 -## Unreleased next version - -Breaking changes - -New +Released 2024-06-21. Bug fixes * Correctly encode a CRL with empty revokedCertificates. ([#295]) -Other changes - [#295]: https://github.com/NLnetLabs/rpki-rs/pull/295