From db2968b8ae793cbbc2f40c86dcbaf8ae839b5d3e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 29 Dec 2020 14:42:13 +0000 Subject: [PATCH] chore(release): 0.39.11 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4410ed3ece..4cd42a42a9 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.39.11](https://github.com/maidsafe/sn_routing/compare/v0.39.10...v0.39.11) (2020-12-29) + ### [0.39.10](https://github.com/maidsafe/sn_routing/compare/v0.39.9...v0.39.10) (2020-12-25) diff --git a/Cargo.toml b/Cargo.toml index 5048f9066a..798e6ec1a8 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.10" +version = "0.39.11" edition = "2018" [dependencies]