From 36f00e04c29979594a7eec40a3878fd00d00e8ba Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 11 Aug 2021 00:21:08 +0000 Subject: [PATCH] chore(release): 0.14.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c07a3f..2cf8a2ee 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.14.1](https://github.com/maidsafe/qp2p/compare/v0.14.0...v0.14.1) (2021-08-11) + ## [0.14.0](https://github.com/maidsafe/qp2p/compare/v0.13.0...v0.14.0) (2021-08-03) diff --git a/Cargo.toml b/Cargo.toml index 0d43bcda..7ae1727b 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.14.0" +version = "0.14.1" authors = [ "MaidSafe Developers " ] keywords = [ "quic" ] edition = "2018"