From 9838da3be5a09899b572b60877668784c7977c4d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Dec 2020 16:23:23 +0000 Subject: [PATCH] chore(release): 0.39.1 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25be3f9eab..d8a551e212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.39.1](https://github.com/maidsafe/sn_routing/compare/v0.39.0...v0.39.1) (2020-12-03) + + +### Features + +* carry out resource proofing during bootstrap ([a047ca1](https://github.com/maidsafe/sn_routing/commit/a047ca1f88c65cc1d9b99c0602b856bb7acb4f9b)) +* relocation during startup no-longer required ([cf937e4](https://github.com/maidsafe/sn_routing/commit/cf937e47bf41cc8b8724e7496f5040e69f95d67e)) + ## [0.39.0](https://github.com/maidsafe/sn_routing/compare/v0.38.0...v0.39.0) (2020-12-02) diff --git a/Cargo.toml b/Cargo.toml index 8629b310b2..79e0954ebc 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.39.0" +version = "0.39.1" edition = "2018" [dependencies]