diff --git a/Cargo.toml b/Cargo.toml index 80a0925..473af8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpki" -version = "0.18.3-dev" +version = "0.18.3" edition = "2021" rust-version = "1.64" authors = ["NLnet Labs "] diff --git a/Changelog.md b/Changelog.md index 82606c0..fdb95b7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,18 +1,14 @@ # Changelog -## Unreleased next version +## 0.18.3 -Breaking changes +Released 2024-06-10. New * Added `rrdp::NotificationFile::parse_limited` that allows parsing while limiting the length of the list of deltas. ([#293]) -Bug fixes - -Other changes - [#293]: https://github.com/NLnetLabs/rpki-rs/pull/293