From b91747ddd363567a5e20ebc9976b5f8a99409845 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 31 May 2021 11:12:55 +0000 Subject: [PATCH] chore(release): 0.73.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 567c611522..6852fca9b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.73.1](https://github.com/maidsafe/sn_routing/compare/v0.73.0...v0.73.1) (2021-05-31) + ## [0.73.0](https://github.com/maidsafe/sn_routing/compare/v0.72.0...v0.73.0) (2021-05-31) diff --git a/Cargo.toml b/Cargo.toml index 5a0e60fcc9..d8510f68c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "GPL-3.0" name = "sn_routing" readme = "README.md" repository = "https://github.com/maidsafe/sn_routing" -version = "0.73.0" +version = "0.73.1" edition = "2018" [dependencies]