diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e5ed7c92..57dc4f4260 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.7.8](https://github.com/maidsafe/safe_network/compare/v0.7.7...v0.7.8) (2021-07-06) + + +### Bug Fixes + +* **client:** Fix a doc comment typo ([8002db5](https://github.com/maidsafe/safe_network/commit/8002db5da8b301c1d27a8a9b5af06b0e2de27bdc)) + ### [0.7.7](https://github.com/maidsafe/safe_network/compare/v0.7.6...v0.7.7) (2021-07-06) ### [0.7.6](https://github.com/maidsafe/safe_network/compare/v0.7.5...v0.7.6) (2021-07-06) diff --git a/Cargo.lock b/Cargo.lock index f57b490cec..06015585f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2227,7 +2227,7 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "safe_network" -version = "0.7.7" +version = "0.7.8" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index d96be52eeb..037dee87c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0" name = "safe_network" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" -version = "0.7.7" +version = "0.7.8" [profile.release] incremental = true