Skip to content

Commit

Permalink
Prepare for release 0.18.4. (#296)
Browse files Browse the repository at this point in the history
Bug fixes

* Correctly encode a CRL with empty revokedCertificates. ([#295])
  • Loading branch information
partim authored Jun 21, 2024
1 parent fdf0b46 commit 0610e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpki"
version = "0.18.3"
version = "0.18.4"
edition = "2021"
rust-version = "1.64"
authors = ["NLnet Labs <rpki-team@nlnetlabs.nl>"]
Expand Down
9 changes: 2 additions & 7 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit 0610e71

Please sign in to comment.