From b9e3586efd181b594063ad97587088b502f0bf88 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 16 Dec 2020 09:56:26 +0000 Subject: [PATCH] chore(release): 0.39.8 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e544f940d..9950ee3e15 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.39.8](https://github.com/maidsafe/sn_routing/compare/v0.39.7...v0.39.8) (2020-12-16) + + +### Bug Fixes + +* use age assigned by section ([4db6351](https://github.com/maidsafe/sn_routing/commit/4db63514d4b4f8fe226bc76d97ca33f0e646165a)) + ### [0.39.7](https://github.com/maidsafe/sn_routing/compare/v0.39.6...v0.39.7) (2020-12-15) diff --git a/Cargo.toml b/Cargo.toml index 03410e24fa..c88a5242d6 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.7" +version = "0.39.8" edition = "2018" [dependencies]