From eb91caaea5d55a0ba67bcfcbc0f0a6f1968fefba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 21 Apr 2021 09:40:37 +0000 Subject: [PATCH] chore(release): 0.60.4 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe3c46de8..01aa9800a7 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.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 d0f20d04e6..33f7d1b310 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.3" +version = "0.60.4" edition = "2018" [dependencies]