diff --git a/CHANGELOG.md b/CHANGELOG.md index a848a02efd..2d10673de9 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.2.7](https://github.com/maidsafe/safe_network/compare/v0.2.6...v0.2.7) (2021-06-22) + + +### Bug Fixes + +* Commit modified Cargo.lock ([545eaab](https://github.com/maidsafe/safe_network/commit/545eaab36cecdbd283f5502647d6e2cdd3f21cff)) + ### [0.2.6](https://github.com/maidsafe/safe_network/compare/v0.2.5...v0.2.6) (2021-06-22) diff --git a/Cargo.toml b/Cargo.toml index 8c1fcddbab..03594b4691 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.2.6" +version = "0.2.7" [[bin]] name = "sn_node"