From 4d55acb34183a335f389bd7dba42453afa48b6b2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 22 Jun 2021 11:41:22 +0000 Subject: [PATCH] chore(release): 0.2.7 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"