diff --git a/Cargo.lock b/Cargo.lock index c75c798b4..1c417eebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1070,7 +1070,7 @@ dependencies = [ [[package]] name = "krill" -version = "0.13.2-dev" +version = "0.13.2" dependencies = [ "backoff", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 29925e08f..4de300824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] # Note: some of these values are also used when building Debian packages below. name = "krill" -version = "0.13.2-dev" +version = "0.13.2" edition = "2018" rust-version = "1.63" authors = [ "The NLnet Labs RPKI team " ] diff --git a/Changelog.md b/Changelog.md index 7fb8f4828..af23aa394 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,10 @@ # Changelog -## Unreleased next version +## 0.13.2 ‘Be kind, rewind’ -Bug fixes +Released 2024-06-27. -Other changes +There were no changes since 0.13.2-rc1. ## 0.13.2-rc1