From 2418d9f8838c036c7c255adca306f7e2d6d62779 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 21 Apr 2021 11:29:34 +0000 Subject: [PATCH] chore(release): 0.60.7 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac22edf67..29efda718b 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.60.7](https://github.com/maidsafe/sn_routing/compare/v0.60.6...v0.60.7) (2021-04-21) + + +### Bug Fixes + +* **tests:** refactor delivery group tests ([6437b76](https://github.com/maidsafe/sn_routing/commit/6437b76bdc632366a71f00d0fdb55fc3947f44ab)) + ### [0.60.6](https://github.com/maidsafe/sn_routing/compare/v0.60.5...v0.60.6) (2021-04-21) ### [0.60.5](https://github.com/maidsafe/sn_routing/compare/v0.60.4...v0.60.5) (2021-04-21) diff --git a/Cargo.toml b/Cargo.toml index 7c55225aa5..5d5a9297b6 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.60.6" +version = "0.60.7" edition = "2018" [dependencies]