From 30bffaa2536b7539d8837c2dff97a8369369db40 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 21 Apr 2021 10:08:59 +0000 Subject: [PATCH] chore(release): 0.60.5 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01aa9800a7..068318ca72 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.5](https://github.com/maidsafe/sn_routing/compare/v0.60.4...v0.60.5) (2021-04-21) + + +### Features + +* **messaging:** restore target group size ([02fca6e](https://github.com/maidsafe/sn_routing/commit/02fca6ead186bddc3577e1ae2177c90e2b6e69d1)) + ### [0.60.4](https://github.com/maidsafe/sn_routing/compare/v0.60.3...v0.60.4) (2021-04-21) ### [0.60.3](https://github.com/maidsafe/sn_routing/compare/v0.60.2...v0.60.3) (2021-04-14) diff --git a/Cargo.toml b/Cargo.toml index 33f7d1b310..6b846acf97 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.4" +version = "0.60.5" edition = "2018" [dependencies]