diff --git a/Cargo.toml b/Cargo.toml index 1c1d919..a620346 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtrtr" -version = "0.1.3-dev" +version = "0.2.0-dev" edition = "2018" authors = ["The NLnet Labs RPKI Team "] description = "A versatile tool for managing route filters" diff --git a/Changelog.md b/Changelog.md index 23c1010..0a46812 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,12 +4,17 @@ Breaking Changes +* The minimum supported Rust version is now 1.47. ([#17]) + New Bug Fixes Other +* Upgraded to Tokio 1.0, Hyper 0.14, and Reqwest 0.11. ([#17]) + +[#17]: https://github.com/NLnetLabs/rtrtr/pull/17 ## 0.1.2 ‘Ten Four’