diff --git a/Cargo.lock b/Cargo.lock index a76223fc8..e969a8fa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "krill" -version = "0.14.0-rc1" +version = "0.14.0-rc2" dependencies = [ "backoff", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 815c875a3..63af2a0ff 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.14.0-rc1" +version = "0.14.0-rc2" edition = "2018" rust-version = "1.65" authors = ["NLnet Labs "] diff --git a/README.md b/README.md index 32b4f6337..f3019fd0f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ in this [blog post](https://blog.nlnetlabs.nl/testing-the-waters-with-krill/). # Changelog +## 0.14.0-rc2 + +This RC fixes the following issue, also present in 0.13.x: +- Show delete ROA button when no BGP preview is available #1139 + ## 0.14.0-rc1 This is the release candidate for the coming 0.14.0 release. We invite all