From f9f8953f8bfdcc655a120880760c9540bb4065e8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 25 Jun 2021 14:31:01 +0000 Subject: [PATCH] chore(release): 0.77.10 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfe419942..5c16af93ab 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.77.10](https://github.com/maidsafe/sn_routing/compare/v0.77.9...v0.77.10) (2021-06-25) + ### [0.77.9](https://github.com/maidsafe/sn_routing/compare/v0.77.8...v0.77.9) (2021-06-18) diff --git a/Cargo.toml b/Cargo.toml index d73d9d945c..d3661ef3a6 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.77.9" +version = "0.77.10" edition = "2018" [dependencies]