From 43cacf11eb455e17141d0862c1f5e92bccac1f93 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 21 Apr 2021 13:25:38 +0000 Subject: [PATCH] chore(release): 0.60.10 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04801b848..ca7f9534a2 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.10](https://github.com/maidsafe/sn_routing/compare/v0.60.9...v0.60.10) (2021-04-21) + + +### Bug Fixes + +* **delivery_targets:** deliver to all when targets are final dst ([f26722b](https://github.com/maidsafe/sn_routing/commit/f26722b156194cb834d02cf33e53a54b1cd3b6a0)) + ### [0.60.9](https://github.com/maidsafe/sn_routing/compare/v0.60.8...v0.60.9) (2021-04-21) diff --git a/Cargo.toml b/Cargo.toml index be80b4d238..44c753e23f 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.9" +version = "0.60.10" edition = "2018" [dependencies]