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