diff --git a/CHANGELOG.md b/CHANGELOG.md index 715e949ee1..c76fc8b6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1](https://github.com/maidsafe/safe_network/compare/v0.2.0...v0.2.1) (2021-06-21) + ## [0.2.0](https://github.com/maidsafe/safe_network/compare/v0.1.50...v0.2.0) (2021-06-21) diff --git a/Cargo.toml b/Cargo.toml index 8b4c60cd45..141f29231e 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.0" +version = "0.2.1" [[bin]] name = "sn_node"