From a4c8be071e6b7e182660468cd13570cd6473cc82 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 13 Jan 2021 07:55:16 +0000 Subject: [PATCH] chore(release): 0.9.8 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b077f0d..8d7c4116 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.9.8](https://github.com/maidsafe/qp2p/compare/v0.9.7...v0.9.8) (2021-01-13) + ### [0.9.7](https://github.com/maidsafe/qp2p/compare/v0.9.6...v0.9.7) (2020-12-29) ### [0.9.6](https://github.com/maidsafe/qp2p/compare/v0.9.5...v0.9.6) (2020-12-10) diff --git a/Cargo.toml b/Cargo.toml index 389d6069..ae421bda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://maidsafe.net" license = "MIT OR BSD-3-Clause" readme = "README.md" repository = "https://github.com/maidsafe/qp2p" -version = "0.9.7" +version = "0.9.8" authors = [ "MaidSafe Developers " ] keywords = [ "quic" ] edition = "2018"