From 97ed7789f6fa72a4bd5ef380d3a219328787bbd2 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Wed, 10 Jun 2020 10:51:41 +0200 Subject: [PATCH] Bump version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 12 ++++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a64e834..98f65e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -929,7 +929,7 @@ dependencies = [ [[package]] name = "routinator" -version = "0.7.1-rc2" +version = "0.7.1-rc2-bis" dependencies = [ "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 8155689..1db77c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "routinator" -version = "0.7.1-rc2" +version = "0.7.1-rc2-bis" edition = "2018" authors = ["The NLnet Labs RPKI Team "] description = "An RPKI relying party software." diff --git a/Changelog.md b/Changelog.md index 84ea882..714cb5b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,17 @@ # Change Log +# Unreleased future version + +New + +Bug Fixes + +Dependencies + +Other Changes + + + # 0.7.2-rc2 Released 2020-06-10.