Skip to content
This repository was archived by the owner on Jun 25, 2021. It is now read-only.

Commit 3feedf9

Browse files
actions-userMaidSafe-QA
authored andcommitted
chore(release): 0.77.4
1 parent b60510e commit 3feedf9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
### [0.77.4](https://github.com/maidsafe/sn_routing/compare/v0.77.3...v0.77.4) (2021-06-15)
6+
7+
8+
### Bug Fixes
9+
10+
* avoid dropping JoinResponse::Redirect mistakenly ([b60510e](https://github.com/maidsafe/sn_routing/commit/b60510eeaa8bfcc128106bcfc7143fc33bdaa302))
11+
* new node after section split retry with MIN_ADULT_AGE ([e4238b6](https://github.com/maidsafe/sn_routing/commit/e4238b6830c44c3ebf8da30082f5f27d9fb5162a))
12+
513
### [0.77.3](https://github.com/maidsafe/sn_routing/compare/v0.77.2...v0.77.3) (2021-06-15)
614

715
### [0.77.2](https://github.com/maidsafe/sn_routing/compare/v0.77.1...v0.77.2) (2021-06-14)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "GPL-3.0"
77
name = "sn_routing"
88
readme = "README.md"
99
repository = "https://github.com/maidsafe/sn_routing"
10-
version = "0.77.3"
10+
version = "0.77.4"
1111
edition = "2018"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)