From f80b3b91f4d384de38dd9a99e709e460ab1afdf3 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 3 Mar 2021 16:17:51 +0000 Subject: [PATCH] chore(release): 0.47.5 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51127a38e8..f15b1159e5 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.47.5](https://github.com/maidsafe/sn_routing/compare/v0.47.4...v0.47.5) (2021-03-03) + ### [0.47.4](https://github.com/maidsafe/sn_routing/compare/v0.47.3...v0.47.4) (2021-03-03) diff --git a/Cargo.toml b/Cargo.toml index 65107d7402..82c6557cea 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.47.4" +version = "0.47.5" edition = "2018" [dependencies]