diff --git a/Cargo.lock b/Cargo.lock index 8833d64ed..e8954da63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "krill" -version = "0.14.0" +version = "0.14.1" dependencies = [ "backoff", "base64 0.13.1", diff --git a/Cargo.toml b/Cargo.toml index 3ea9fd111..24e9302b5 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" +version = "0.14.1" edition = "2018" rust-version = "1.65" authors = ["NLnet Labs "] diff --git a/README.md b/README.md index 67a352c4f..f413cdf26 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,12 @@ in this [blog post](https://blog.nlnetlabs.nl/testing-the-waters-with-krill/). # Changelog -## 0.14.0 ASPA +## 0.14.1 'Extra, Extra!' + +This release fixes a bug in the migration code where 'surplus' directories +for archived events should be skipped (issue: #1147). + +## 0.14.0 'ASPA' This release adds support for the updated ASPA v1 profile (issue #1080). Any existing ASPA objects will be re-issued automatically.