From 997f670602513468b258c92e02c864567f3a6668 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 23 Feb 2023 07:31:07 +0000 Subject: [PATCH] chore(release): 0.36.3 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 698ad88e..776b3cf5 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.36.3](https://github.com/maidsafe/qp2p/compare/v0.36.2...v0.36.3) (2023-02-23) + ### [0.36.2](https://github.com/maidsafe/qp2p/compare/v0.36.1...v0.36.2) (2023-02-21) diff --git a/Cargo.toml b/Cargo.toml index c92f2f53..cc4df5d5 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.36.2" +version = "0.36.3" authors = [ "MaidSafe Developers " ] keywords = [ "quic" ] edition = "2021"