From 69d29a9b642579b8aa75d4de866b0f6e47a04e93 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Wed, 15 Sep 2021 15:36:36 +0200 Subject: [PATCH] Bump version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd6cad2..dd42fa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -983,7 +983,7 @@ dependencies = [ [[package]] name = "routinator" -version = "0.10.1-rc3" +version = "0.10.1-dev" dependencies = [ "bytes", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 178521f..051c912 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 = "routinator" -version = "0.10.1-rc3" +version = "0.10.1-dev" edition = "2018" authors = ["The NLnet Labs RPKI Team "] description = "An RPKI relying party software." diff --git a/Changelog.md b/Changelog.md index 1aa373d..a11ea8a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,14 @@ # Change Log +## Unreleased next version + +Bug Fixes + +New + +Other Changes + + ## 0.10.1-rc3 Released 2021-09-15.