diff --git a/CHANGELOG.md b/CHANGELOG.md index c06f627065..e01a84657b 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.77.7](https://github.com/maidsafe/sn_routing/compare/v0.77.6...v0.77.7) (2021-06-16) + + +### Bug Fixes + +* avoid JoinsAllowed re-votes got filter out ([abc2531](https://github.com/maidsafe/sn_routing/commit/abc2531af6d51fc032d25d2ea3514d944262ad0e)) + ### [0.77.6](https://github.com/maidsafe/sn_routing/compare/v0.77.5...v0.77.6) (2021-06-16) diff --git a/Cargo.toml b/Cargo.toml index 9899408acf..f40804fcf8 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.6" +version = "0.77.7" edition = "2018" [dependencies]