We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf0b46 commit 0610e71Copy full SHA for 0610e71
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rpki"
3
-version = "0.18.3"
+version = "0.18.4"
4
edition = "2021"
5
rust-version = "1.64"
6
authors = ["NLnet Labs <[email protected]>"]
Changelog.md
@@ -1,18 +1,13 @@
# Changelog
+## 0.18.4
-## Unreleased next version
-
-Breaking changes
7
8
-New
+Released 2024-06-21.
9
10
Bug fixes
11
12
* Correctly encode a CRL with empty revokedCertificates. ([#295])
13
14
-Other changes
15
16
[#295]: https://github.com/NLnetLabs/rpki-rs/pull/295
17
18
0 commit comments