diff --git a/Cargo.toml b/Cargo.toml index 16d0f49..f8f94d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpki" -version = "0.18.2-dev" +version = "0.18.2" edition = "2021" rust-version = "1.64" authors = ["NLnet Labs "] diff --git a/Changelog.md b/Changelog.md index f83b378..fe128ca 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,8 +1,8 @@ # Changelog -## Unreleased next version +## 0.18.2 -Breaking changes +Released 2024-05-29. New @@ -11,10 +11,6 @@ New `rrdp::NotificationFile::has_matching_origin` to check for same origin rules in RRDP. ([#287]) -Bug fixes - -Other changes - [#285]: https://github.com/NLnetLabs/rpki-rs/pull/285 [#287]: https://github.com/NLnetLabs/rpki-rs/pull/287