From 3feedf93afbc4c004ffe8f8aacf22c080bd523ea Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 15 Jun 2021 13:39:47 +0000 Subject: [PATCH] chore(release): 0.77.4 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a543593737..6222d509e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4](https://github.com/maidsafe/sn_routing/compare/v0.77.3...v0.77.4) (2021-06-15) + + +### Bug Fixes + +* avoid dropping JoinResponse::Redirect mistakenly ([b60510e](https://github.com/maidsafe/sn_routing/commit/b60510eeaa8bfcc128106bcfc7143fc33bdaa302)) +* new node after section split retry with MIN_ADULT_AGE ([e4238b6](https://github.com/maidsafe/sn_routing/commit/e4238b6830c44c3ebf8da30082f5f27d9fb5162a)) + ### [0.77.3](https://github.com/maidsafe/sn_routing/compare/v0.77.2...v0.77.3) (2021-06-15) ### [0.77.2](https://github.com/maidsafe/sn_routing/compare/v0.77.1...v0.77.2) (2021-06-14) diff --git a/Cargo.toml b/Cargo.toml index 017c560192..140c0b879e 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.3" +version = "0.77.4" edition = "2018" [dependencies]