From 5616a456c3a71f1e316bf5c8913bf930324b19a1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 28 May 2021 08:46:39 +0000 Subject: [PATCH] chore(release): 0.71.3 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0660f02c6e..75157f71d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.71.3](https://github.com/maidsafe/sn_routing/compare/v0.71.2...v0.71.3) (2021-05-28) + + +### Features + +* update sn_messaging. ([14e1f04](https://github.com/maidsafe/sn_routing/commit/14e1f04dfab2f67051e887738d377b3808699054)) + ### [0.71.2](https://github.com/maidsafe/sn_routing/compare/v0.71.1...v0.71.2) (2021-05-26) ### [0.71.1](https://github.com/maidsafe/sn_routing/compare/v0.71.0...v0.71.1) (2021-05-26) diff --git a/Cargo.toml b/Cargo.toml index 02792d2e52..5bb12a6f74 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.71.2" +version = "0.71.3" edition = "2018" [dependencies]