From 15bac43bf94703d598dfc866a83263d299ed09ba Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Mon, 23 Aug 2021 14:02:04 +0200 Subject: [PATCH] Bump version. --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c6e06c..2ba1459 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,7 +971,7 @@ dependencies = [ [[package]] name = "routinator" -version = "0.10.0" +version = "0.10.1-dev" dependencies = [ "bytes", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ec7c8bd..6684076 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.0" +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 83aee35..ca52cae 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,16 @@ # Change Log +## Unreleased future version + +Breaking Changes + +New + +Bug Fixes + +Other Changes + + ## 0.10.0 ‘Through Many Dangers, Toils, and Snares’ Released 2021-08-23