diff --git a/Cargo.toml b/Cargo.toml index e2a60ec..5622005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ repository = "https://github.com/NLnetLabs/routinator" keywords = ["rpki", "routing-security", "bgp"] categories = ["command-line-utilities"] license = "BSD-3-Clause" +readme = "README.md" [dependencies] rpki = "^0.1" diff --git a/Changelog.md b/Changelog.md index 41ae4ef..a116a5f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,17 +1,15 @@ # Change Log -## 0.1.1 - -Breaking Changes - -New +## 0.1.1 ‘Five-second Rule’ Bug Fixes -Dependencies +* [Wrong End Of Data PDU in RPKI-RTR version 0.][15] + +[15]: https://github.com/NLnetLabs/routinator/issues/15 -## 0.1.0 +## 0.1.0 ‘Godspeed!’ Initial public release.